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