Class
CommandErrorEventArgs

Provides data for the CommandError event raised when a workbook command fails during execution.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Commands

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class CommandErrorEventArgs : CommandExecuteEventArgsBase

Inheritance: objectEventArgsCommandExecuteEventArgsBaseCommandErrorEventArgs

Inherited Members CommandExecuteEventArgsBase.IsInUndoCommandExecuteEventArgsBase.CommandNameEventArgs.Empty

Properties

Exception

Gets the exception that caused the command to fail.

Declaration

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

Property Value

Exception

The exception.

Handled

Gets or sets whether the exception has been handled by the event subscriber, preventing further propagation.

Declaration

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

Property Value

bool

The value indicating whether the exception is handled.

In this article
DefinitionPropertiesExceptionHandled
Not finding the help you need?
Contact Support