Arguments of the RoutingCompleted event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class RoutingCompletedEventArgs : EventArgs
Inheritance: objectEventArgsRoutingCompletedEventArgs
Inherited Members
Constructors
Initializes a new instance of the RoutingCompletedEventArgs class.
C#
public RoutingCompletedEventArgs(Route[] routes, object userData)
The routes returned by the service.
userDataobjectA user-defined object that is passed to the method invoked when the asynchronous operation completes
Initializes a new instance of the RoutingCompletedEventArgs class.
C#
public RoutingCompletedEventArgs(Route[] routes)
The routes returned by the service.