The ProgressDialog type exposes the following members.

Events

  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public event DoWork
Occurs when RunWorker is called.
Public event ProgressChanged
Occurs when ReportProgress is called.
Public event RunWorkerCompleted
Occurs when the background operation has completed, has been canceled, or has raised an exception.

See Also