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