using System; namespace System.ComponentModel { /// Represents the method that will handle the event. This class cannot be inherited. /// The source of the event. /// A that contains the event data. // Token: 0x02000323 RID: 803 // (Invoke) Token: 0x06001C65 RID: 7269 public delegate void DoWorkEventHandler(object sender, DoWorkEventArgs e); }