Class BingRestRoutingCompletedEventArgs
Event args for the CalculateRouteCompleted event.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestRoutingCompletedEventArgs : EventArgs
Constructors
BingRestRoutingCompletedEventArgs(Route)
Initializes a new instance of the BingRestRoutingCompletedEventArgs class.
Declaration
public BingRestRoutingCompletedEventArgs(Route route)
Parameters
Route
route
The route. |
BingRestRoutingCompletedEventArgs(Route, Object)
Initializes a new instance of the BingRestRoutingCompletedEventArgs class.
Declaration
public BingRestRoutingCompletedEventArgs(Route route, object userData)
Parameters
Route
route
The route. |
System.Object
userData
User-defined data object. |
Properties
Route
UserData
User-defined object passed between request and response.
Declaration
public object UserData { get; }
Property Value
System.Object
|