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

Occurs when the GetInput request completes.

Syntax

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

Event Data

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

PropertyDescription
Parameter The geoprocessing task parameter.
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.