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: 0x020000E3 RID: 227
// (Invoke) Token: 0x0600089F RID: 2207
[Token(Token = "0x20000E3")]
[ComVisible(true)]
[Serializable]
public delegate void EventHandler(object sender, EventArgs e);
}