Class UICommandErrorEventArgs
Represents the UI command error event args.
Inheritance
System.Object
System.EventArgs
UICommandErrorEventArgs
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.WinForms.Controls.Spreadsheet.Commands
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class UICommandErrorEventArgs : EventArgs
Constructors
UICommandErrorEventArgs(Exception)
Initializes a new instance of the UICommandErrorEventArgs class.
Declaration
public UICommandErrorEventArgs(Exception exception)
Parameters
System.Exception
exception
The exception. |
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
The exception. |
Handled
Gets or sets a value indicating whether the event is already handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
The handled. |