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

Occurs when the query completes.

Syntax

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

Event Data

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

PropertyDescription
Result The RelationshipResult returned by the QueryTask.
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.