The BackgroundWorker type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | 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
Created by Atop CHM to web converter,© 2009 all right reserved.