Class BingRestCalculateElevationErrorEventArgs
Event args for the CalculateElevationError event.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BingRestCalculateElevationErrorEventArgs : BingRestRequestErrorEventArgs
Constructors
BingRestCalculateElevationErrorEventArgs(Exception)
Initializes a new instance of the BingRestCalculateElevationErrorEventArgs class.
Declaration
public BingRestCalculateElevationErrorEventArgs(Exception error)
Parameters
System.Exception
error
The error. |