Visual Basic (Declaration) | |
---|---|
Public Event GetResultImageCompleted As EventHandler(Of GetResultImageEventArgs) |
C# | |
---|---|
public event EventHandler<GetResultImageEventArgs> GetResultImageCompleted |
The event handler receives an argument of type GetResultImageEventArgs containing data related to this event. The following GetResultImageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
MapImage | The MapImage. |
UserState (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs) | Gets the unique identifier for the asynchronous task. |
Target Platforms:Windows Phone 7