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: 0x020000E3 RID: 227 // (Invoke) Token: 0x06000551 RID: 1361 [Token(Token = "0x20000E3")] public delegate void AsyncCompletedEventHandler(object sender, AsyncCompletedEventArgs e); }