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