New to Telerik UI for WinFormsStart a free 30-day trial

Represents the UI command error event args.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Commands

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public class UICommandErrorEventArgs : EventArgs

Inheritance: objectEventArgsUICommandErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the UICommandErrorEventArgs class.

C#
public UICommandErrorEventArgs(Exception exception)
Parameters:exceptionException

The exception.

Properties

Gets the exception.

C#
public Exception Exception { get; }
Property Value:

The exception.

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

C#
public bool Handled { get; set; }
Property Value:

The handled.