using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that will handle the MethodName event of an asynchronous operation. /// The source of the event. /// An that contains the event data. // Token: 0x020000DF RID: 223 // (Invoke) Token: 0x0600053B RID: 1339 [Token(Token = "0x20000DF")] public delegate void AsyncCompletedEventHandler(object sender, AsyncCompletedEventArgs e); }