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

Occurs when the LocationToAddress operation completes.

Syntax

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

Event Data

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

PropertyDescription
Address Gets or sets the address.
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.