Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class SearchCompletedEventArgs : EventArgs
Inheritance: objectEventArgsSearchCompletedEventArgs
Inherited Members
Constructors
Initializes a new instance of the SearchCompletedEventArgs class.
C#
public SearchCompletedEventArgs(Location[] locations, object userData)
The locations.
userDataobjectA 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)
The locations.