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