Provides data for the DoWork event handler.
Namespace:
ESRI.ArcGISExplorer.Threading
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
Remarks
A DoWorkEventArgs instance is passed as a parameter to the DoWork event, and helps pass information in and out of this event between the UI and worker threads.
Check the Argument property to see if any information was passed in to the event from the UI thread. If you wish to pass information from the DoWork event back to the UI thread, use the Result property.
Inheritance Hierarchy
See Also
Created by Atop CHM to web converter,© 2009 all right reserved.