Class
CommandErrorEventArgs

Definition

Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class CommandErrorEventArgs : EventArgs

Inheritance: objectEventArgsCommandErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

CommandErrorEventArgs(Exception)

Declaration

cs-api-definition
public CommandErrorEventArgs(Exception exception)

Parameters

exception

Exception

Properties

Exception

Declaration

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

Property Value

Exception

Handled

Declaration

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

Property Value

bool