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

Fired when the GetItemAsync completes.

Syntax

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

Event Data

The event handler receives an argument of type GetItemCompletedEventArgs containing data related to this event. The following GetItemCompletedEventArgs properties provide information specific to this event.

PropertyDescription
Error Gets a value that indicates which error occurred during an asynchronous operation.
ItemInfo Gets the web document metadata.
UserState Gets the unique identifier for the asynchronous task.

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.