The properties of the DownloadMapCompletedEventArgs class are listed below. For a complete list of DownloadMapCompletedEventArgs class members, see the DownloadMapCompletedEventArgs Members topic.
Cancelled (inherited from AsyncCompletedEventArgs) | Gets a value indicating whether an asynchronous operation has been canceled. |
Error (inherited from AsyncCompletedEventArgs) | Gets a value indicating which error occurred during an asynchronous operation. |
Image | Gets the Bitmap object representing resulting map image. |
ImageStream | Gets the Stream object containing the resulting map image data. |
UserState (inherited from AsyncCompletedEventArgs) | Gets the unique identifier for the asynchronous task. |
DownloadMapCompletedEventArgs Class | Resco.Location.Services.Map Namespace