ProgressDialog Events |
The ProgressDialog 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 |
Event raised when the dialog is displayed.
| |
| ProgressChanged |
Event raised when ReportProgress(Int32, String, String, Object) is called.
| |
| RunWorkerCompleted |
Event raised when the operation completes.
|