using System;
using Cpp2IlInjected;
namespace System.Xml
{
/// Represents the method that handles , , , , and events.
/// The source of the event.
/// An containing the event data.
// Token: 0x0200004E RID: 78
// (Invoke) Token: 0x060003AA RID: 938
[Token(Token = "0x200004E")]
public delegate void XmlNodeChangedEventHandler(object sender, XmlNodeChangedEventArgs e);
}