Class PreviewEditorKeyEventArgs
Inheritance
System.Object
System.EventArgs
PreviewEditorKeyEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|