ClassSearchCompletedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
cs-api-definition
public class SearchCompletedEventArgs : EventArgs
Inheritance: objectEventArgsSearchCompletedEventArgs
Inherited Members
Constructors
SearchCompletedEventArgs(Location[])
Initializes a new instance of the SearchCompletedEventArgs class.
Declaration
cs-api-definition
public SearchCompletedEventArgs(Location[] locations)
Parameters
locations
Location[]
The locations.
SearchCompletedEventArgs(Location[], object)
Initializes a new instance of the SearchCompletedEventArgs class.
Declaration
cs-api-definition
public SearchCompletedEventArgs(Location[] locations, object userData)
Parameters
locations
Location[]
The locations.
userData
A user-defined object that is passed to the method invoked when the asynchronous operation completes
Properties
Locations
Gets the search response.
Declaration
cs-api-definition
public Location[] Locations { get; }
Property Value
Location[]