Class CalculateRouteErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class CalculateRouteErrorEventArgs : RequestErrorEventArgs
Constructors
CalculateRouteErrorEventArgs(Exception)
Initializes a new instance of the CalculateRouteErrorEventArgs class.
Declaration
public CalculateRouteErrorEventArgs(Exception error)
Parameters
System.Exception
error
The error. |