Class
PreviewEditorKeyEventArgs

Definition

Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class PreviewEditorKeyEventArgs : EventArgs

Inheritance: objectEventArgsPreviewEditorKeyEventArgs

Inherited Members EventArgs.Empty

Constructors

PreviewEditorKeyEventArgs(KeyEventArgs)

Declaration

cs-api-definition
public PreviewEditorKeyEventArgs(KeyEventArgs originalArgs)

Parameters

originalArgs

KeyEventArgs

Properties

Key

Declaration

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

Property Value

Key

OriginalArgs

Declaration

cs-api-definition
public KeyEventArgs OriginalArgs { get; }

Property Value

KeyEventArgs

SuppressDefaultAction

Declaration

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

Property Value

bool