New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class CommandErrorEventArgs : CommandExecuteEventArgsBase

Inheritance: objectEventArgsCommandExecuteEventArgsBaseCommandErrorEventArgs

Inherited Members CommandExecuteEventArgsBase.IsInUndoCommandExecuteEventArgsBase.CommandNameEventArgs.Empty

Properties

Gets the exception that caused the command to fail.

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

The exception.

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

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

The value indicating whether the exception is handled.

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