Click here to view all files
 

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

Relate Topics:
  DoWork Event
  ProgressChanged Event
  RunWorkerCompleted Event
Created by Atop CHM to web converter,© 2009 all right reserved.