Class
BingRestSearchLocationCompletedEventArgs

Event args class for the SearchCompleted event.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestSearchLocationCompletedEventArgs : EventArgs

Inheritance: objectEventArgsBingRestSearchLocationCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

BingRestSearchLocationCompletedEventArgs(Location[])

Initializes a new instance of the BingRestSearchLocationCompletedEventArgs class.

Declaration

cs-api-definition
public BingRestSearchLocationCompletedEventArgs(Location[] locations)

Parameters

locations

Location[]

The locations.

BingRestSearchLocationCompletedEventArgs(Location[], object)

Initializes a new instance of the BingRestSearchLocationCompletedEventArgs class.

Declaration

cs-api-definition
public BingRestSearchLocationCompletedEventArgs(Location[] locations, object userData)

Parameters

locations

Location[]

The locations.

userData

object

User-defined data object.

Properties

Locations

Gets the search response.

Declaration

cs-api-definition
public Location[] Locations { get; }

Property Value

Location[]

UserData

User-defined object passed between request and response.

Declaration

cs-api-definition
public object UserData { get; }

Property Value

object