ClassBingRestSearchLocationCompletedEventArgs
Class
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
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.