using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System { /// Represents the method that will handle an event that has no event data. /// The source of the event. /// An object that contains no event data. // Token: 0x020000EA RID: 234 // (Invoke) Token: 0x060008C9 RID: 2249 [Token(Token = "0x20000EA")] [ComVisible(true)] [Serializable] public delegate void EventHandler(object sender, EventArgs e); }