Class BingRestSearchLocationCompletedEventArgs
Event args class for the SearchCompleted event.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestSearchLocationCompletedEventArgs : EventArgs
Constructors
BingRestSearchLocationCompletedEventArgs(Location[])
Initializes a new instance of the BingRestSearchLocationCompletedEventArgs class.
Declaration
public BingRestSearchLocationCompletedEventArgs(Location[] locations)
Parameters
Location[]
locations
The locations. |
BingRestSearchLocationCompletedEventArgs(Location[], Object)
Initializes a new instance of the BingRestSearchLocationCompletedEventArgs class.
Declaration
public BingRestSearchLocationCompletedEventArgs(Location[] locations, object userData)
Parameters
Location[]
locations
The locations. |
System.Object
userData
User-defined data object. |
Properties
Locations
Gets the search response.
Declaration
public Location[] Locations { get; }
Property Value
Location[]
|
UserData
User-defined object passed between request and response.
Declaration
public object UserData { get; }
Property Value
System.Object
|