ClassBingRestCalculateRouteErrorEventArgs
Class
Event args class for CalculateRouteError event.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestCalculateRouteErrorEventArgs : BingRestRequestErrorEventArgs
Inheritance: objectEventArgsBingRestRequestErrorEventArgsBingRestCalculateRouteErrorEventArgs
Inherited Members
Constructors
BingRestCalculateRouteErrorEventArgs(Exception)
Initializes a new instance of the BingRestCalculateRouteErrorEventArgs class.
Declaration
cs-api-definition
public BingRestCalculateRouteErrorEventArgs(Exception error)
Parameters
error
The error.