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: 0x02000185 RID: 389 // (Invoke) Token: 0x06000A53 RID: 2643 [Token(Token = "0x2000185")] public delegate void RunWorkerCompletedEventHandler(object sender, RunWorkerCompletedEventArgs e); }