using System; namespace System.Diagnostics { /// Represents the method that will handle the event or event of a . /// The source of the event. /// A that contains the event data. /// 2 // Token: 0x02000329 RID: 809 // (Invoke) Token: 0x06001C7D RID: 7293 public delegate void DataReceivedEventHandler(object sender, DataReceivedEventArgs e); }