using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that will handle the event of a class. /// The source of the event. /// A that contains the event data. // Token: 0x02000189 RID: 393 // (Invoke) Token: 0x06000A69 RID: 2665 [Token(Token = "0x2000189")] public delegate void RunWorkerCompletedEventHandler(object sender, RunWorkerCompletedEventArgs e); }