Query<(Of <(T>)>).QueryCompleted Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when the query completes running.

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

Public Event QueryCompleted As EventHandler(Of QueryCompletedEventArgs(Of T))
public event EventHandler<QueryCompletedEventArgs<T>> QueryCompleted

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Query<(Of <(T>)>) Class

Microsoft.Phone.Maps.Services Namespace