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: 0x020000BE RID: 190 // (Invoke) Token: 0x060009B9 RID: 2489 [Token(Token = "0x20000BE")] public delegate void XmlNodeChangedEventHandler(object sender, XmlNodeChangedEventArgs e); }