using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that handles the event raised when adding elements to or removing elements from a collection. /// The source of the event. /// A that contains the event data. // Token: 0x020000F5 RID: 245 // (Invoke) Token: 0x06000601 RID: 1537 [Token(Token = "0x20000F5")] public delegate void CollectionChangeEventHandler(object sender, CollectionChangeEventArgs e); }