ArcGIS Explorer Component Help |
RunWorkerCompletedEventArgs Properties |
RunWorkerCompletedEventArgs Class See Also |
The RunWorkerCompletedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancelled |
Gets a value indicating whether the BackgroundWorker was asked to cancel its work.
| |
Error |
Gets the error, if any, that was thrown from the DoWork event handler.
| |
Result |
Gets the result of a worker thread operation.
|