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

Event args for the CalculateRouteCompleted event.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestRoutingCompletedEventArgs : EventArgs

Inheritance: objectEventArgsBingRestRoutingCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the BingRestRoutingCompletedEventArgs class.

C#
public BingRestRoutingCompletedEventArgs(Route route, object userData)
Parameters:routeRoute

The route.

userDataobject

User-defined data object.

Initializes a new instance of the BingRestRoutingCompletedEventArgs class.

C#
public BingRestRoutingCompletedEventArgs(Route route)
Parameters:routeRoute

The route.

Properties

Gets the routing response.

C#
public Route Route { get; }

User-defined object passed between request and response.

C#
public object UserData { get; }