using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that will handle the event of the class. /// The source of the event. /// A that contains the event data. // Token: 0x0200015F RID: 351 // (Invoke) Token: 0x0600086E RID: 2158 [Token(Token = "0x200015F")] public delegate void ListChangedEventHandler(object sender, ListChangedEventArgs e); }