ArcGIS API for Silverlight - Library Reference
GetResultImageCompleted Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class : GetResultImageCompleted Event

Occurs when the GetResultImage request completes.

Syntax

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

Event Data

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.

PropertyDescription
MapImage The MapImage.
UserState (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs) 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.