Class PreviewEditorKeyEventArgs
Inheritance
System.Object
PreviewEditorKeyEventArgs
Namespace: Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class PreviewEditorKeyEventArgs : EventArgs
Constructors
PreviewEditorKeyEventArgs(KeyEventArgs)
Declaration
public PreviewEditorKeyEventArgs(KeyEventArgs originalArgs)
Parameters
System.Windows.Input.KeyEventArgs
originalArgs
|
Properties
Key
Declaration
public Key Key { get; }
Property Value
System.Windows.Input.Key
|
OriginalArgs
Declaration
public KeyEventArgs OriginalArgs { get; }
Property Value
System.Windows.Input.KeyEventArgs
|
SuppressDefaultAction
Declaration
public bool SuppressDefaultAction { get; set; }
Property Value
System.Boolean
|