BackgroundCalculation Events | 
The BackgroundCalculation 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.  (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.) |