using System; namespace System { /// Represents the method that will handle the event of a . /// The source of the event. /// A object that contains the event data. /// 2 // Token: 0x020006E8 RID: 1768 // (Invoke) Token: 0x06004228 RID: 16936 public delegate void ConsoleCancelEventHandler(object sender, ConsoleCancelEventArgs e); }