using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that will handle the event. This class cannot be inherited. /// The source of the event. /// A that contains the event data. // Token: 0x0200011A RID: 282 // (Invoke) Token: 0x060006F4 RID: 1780 [Token(Token = "0x200011A")] public delegate void DoWorkEventHandler(object sender, DoWorkEventArgs e); }