Class
SearchCompletedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class SearchCompletedEventArgs : EventArgs

Inheritance: objectEventArgsSearchCompletedEventArgs

Inherited Members EventArgs.Empty

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

object

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[]

UserData

A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Declaration

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

Property Value

object