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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class SearchCompletedEventArgs : EventArgs

Inheritance: objectEventArgsSearchCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the SearchCompletedEventArgs class.

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

The locations.

userDataobject

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

Initializes a new instance of the SearchCompletedEventArgs class.

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

The locations.

Properties

Locations

Location[]

Gets the search response.

C#
public Location[] Locations { get; }

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

C#
public object UserData { get; }