The BackgroundWorker type exposes the following members.

Events

  NameDescription
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
DoWork
Occurs on a worker thread when RunWorkerAsync is called.
ProgressChanged
Occurs on the UI thread when ReportProgress is called on this BackgroundWorker.
RunWorkerCompleted
Occurs on the UI thread after the DoWork operation has returned.

See Also