Class UICommandErrorEventArgs
Represents the UI command error event args.
Inheritance
System.Object
UICommandErrorEventArgs
Namespace: Telerik.Windows.Controls.Spreadsheet.Commands
Assembly: Telerik.Windows.Controls.Spreadsheet.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. |