Class CommandErrorEventArgs
Inheritance
System.Object
CommandErrorEventArgs
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class CommandErrorEventArgs : EventArgs
Constructors
CommandErrorEventArgs(Exception)
Declaration
public CommandErrorEventArgs(Exception exception)
Parameters
System.Exception
exception
|
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
System.Exception
|
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|