Class RoutingCompletedEventArgs
Arguments of the RoutingCompleted event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class RoutingCompletedEventArgs : EventArgs
Constructors
RoutingCompletedEventArgs(Route[])
Initializes a new instance of the RoutingCompletedEventArgs class.
Declaration
public RoutingCompletedEventArgs(Route[] routes)
Parameters
|
Route[]
routes
The routes returned by the service. |
RoutingCompletedEventArgs(Route[], Object)
Initializes a new instance of the RoutingCompletedEventArgs class.
Declaration
public RoutingCompletedEventArgs(Route[] routes, object userData)
Parameters
|
Route[]
routes
The routes returned by the service. |
|
System.Object
userData
A user-defined object that is passed to the method invoked when the asynchronous operation completes |
Properties
Routes
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
|