ArcGIS API for Silverlight - Library Reference
GetMapCompleted Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > Document Class : GetMapCompleted Event

Fired when the GetMapAsync(String,Object) completes.

Syntax

Visual Basic (Declaration) 
Public Event GetMapCompleted As EventHandler(Of GetMapCompletedEventArgs)
C# 
public event EventHandler<GetMapCompletedEventArgs> GetMapCompleted

Event Data

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.

PropertyDescription
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.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.