The ConnectionBackgroundWorker type exposes the following events.
Events
| Member | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose()()()() method. (Inherited from Component.) | |
| DoWork | Occurs when RunWorkerAsync()()()() is called. (Inherited from BackgroundWorker.) | |
| ProgressChanged | Occurs when ReportProgress(Int32) is called. (Inherited from BackgroundWorker.) | |
| RunWorkerCompleted | Occurs when the background operation has completed, has been canceled, or has raised an exception. (Inherited from BackgroundWorker.) |