ArcGIS API for Windows Phone - Library Reference
DistanceCompleted Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : DistanceCompleted Event

Occurs when the Distance operation completes.

Syntax

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

Event Data

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

PropertyDescription
Distance Gets the distance returned by the geometry service.
UserState (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs) Gets the unique identifier for the asynchronous task.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.