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