| Visual Basic (Declaration) | |
|---|---|
| Public Event LocationToAddressCompleted As EventHandler(Of AddressEventArgs) | |
| C# | |
|---|---|
| public event EventHandler<AddressEventArgs> LocationToAddressCompleted | |
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.
| Property | Description | 
|---|---|
| Address | Gets or sets the address. | 
| UserState (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs) | Gets the unique identifier for the asynchronous task. | 
Target Platforms:Windows Phone 7
 
     
     
     
     
    