Class
UICommandErrorEventArgs

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 EventArgs.Empty

Constructors

UICommandErrorEventArgs(Exception)

Initializes a new instance of the UICommandErrorEventArgs class.

Declaration

cs-api-definition
public UICommandErrorEventArgs(Exception exception)

Parameters

exception

Exception

The exception.

Properties

Exception

Gets the exception.

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception

The exception.

Handled

Gets or sets a value indicating whether the event is already handled.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

The handled.