ClassUICommandErrorEventArgs
Class
Represents the UI command error event args.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Commands
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class UICommandErrorEventArgs : EventArgs
Inheritance: objectEventArgsUICommandErrorEventArgs
Inherited Members
Constructors
UICommandErrorEventArgs(Exception)
Initializes a new instance of the UICommandErrorEventArgs class.
Declaration
cs-api-definition
public UICommandErrorEventArgs(Exception exception)
Parameters
exception
The exception.
Properties
Exception
Gets the exception.
Declaration
cs-api-definition
public Exception Exception { get; }
Property Value
The exception.