ArcGIS Explorer Component Help |
BackgroundWorker Events |
BackgroundWorker Class See Also |
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.
|