using System; namespace System.ComponentModel { /// Represents the method that will handle the event of a class. /// The source of the event. /// A that contains the event data. // Token: 0x02000328 RID: 808 // (Invoke) Token: 0x06001C79 RID: 7289 public delegate void RunWorkerCompletedEventHandler(object sender, RunWorkerCompletedEventArgs e); }