Click or drag to resize

ProgressDialog Events

The ProgressDialog type exposes the following members.

Events
  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDoWork
Event raised when the dialog is displayed.
Public eventProgressChanged
Event raised when ReportProgress(Int32, String, String, Object) is called.
Public eventRunWorkerCompleted
Event raised when the operation completes.
Top
See Also