using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that handles a cancelable event. /// The source of the event. /// A that contains the event data. // Token: 0x020000F4 RID: 244 // (Invoke) Token: 0x060005F7 RID: 1527 [Token(Token = "0x20000F4")] public delegate void CancelEventHandler(object sender, CancelEventArgs e); }