New to Telerik UI for WPFStart a free 30-day trial

Event args class for the SearchCompleted event.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestSearchLocationCompletedEventArgs : EventArgs

Inheritance: objectEventArgsBingRestSearchLocationCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the BingRestSearchLocationCompletedEventArgs class.

C#
public BingRestSearchLocationCompletedEventArgs(Location[] locations, object userData)
Parameters:locationsLocation[]

The locations.

userDataobject

User-defined data object.

Initializes a new instance of the BingRestSearchLocationCompletedEventArgs class.

C#
public BingRestSearchLocationCompletedEventArgs(Location[] locations)
Parameters:locationsLocation[]

The locations.

Properties

Gets the search response.

C#
public Location[] Locations { get; }

User-defined object passed between request and response.

C#
public object UserData { get; }