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: 0x020000F0 RID: 240 // (Invoke) Token: 0x060005E1 RID: 1505 [Token(Token = "0x20000F0")] public delegate void CancelEventHandler(object sender, CancelEventArgs e); }