Click or drag to resize

BackgroundCalculation Events

The BackgroundCalculation 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 (Inherited from BackgroundWorker.)
Public eventProgressChanged
Occurs when ReportProgress(Int32) is called.
(Inherited from BackgroundWorker.)
Public eventRunWorkerCompleted
Occurs when the background operation has completed, has been canceled, or has raised an exception.
(Inherited from BackgroundWorker.)
Top
See Also