| Visual Basic (Declaration) | |
|---|---|
Public Event LengthsCompleted As EventHandler(Of LengthsEventArgs) | |
| C# | |
|---|---|
public event EventHandler<LengthsEventArgs> LengthsCompleted | |
The event handler receives an argument of type LengthsEventArgs containing data related to this event. The following LengthsEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Results | The lengths 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