| Visual Basic (Declaration) | |
|---|---|
| Public Event GetMapCompleted As EventHandler(Of GetMapCompletedEventArgs) | |
| C# | |
|---|---|
| public event EventHandler<GetMapCompletedEventArgs> GetMapCompleted | |
The event handler receives an argument of type GetMapCompletedEventArgs containing data related to this event. The following GetMapCompletedEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| DocumentValues | Gets the raw dictionary values that the web document contains | 
| Error (Inherited from ESRI.ArcGIS.Client.WebMap.GetItemCompletedEventArgs) | Gets a value that indicates which error occurred during an asynchronous operation. | 
| ItemInfo (Inherited from ESRI.ArcGIS.Client.WebMap.GetItemCompletedEventArgs) | Gets the web document metadata. | 
| Map | Gets the map. | 
| SpatialReference | Gets the suggested spatial reference for the map. | 
| TimeProperties | Gets or sets the time properties for the web map document. | 
| UserState (Inherited from ESRI.ArcGIS.Client.WebMap.GetItemCompletedEventArgs) | Gets the unique identifier for the asynchronous task. | 
| WebMap | Gets the WebMap that the web document contains. | 
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
 
     
     
     
     
    