Class
PreviewSyntaxEditorKeyEventArgs

PreviewSyntaxEditorKeyEventArgs class.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class PreviewSyntaxEditorKeyEventArgs : EventArgs

Inheritance: objectEventArgsPreviewSyntaxEditorKeyEventArgs

Inherited Members EventArgs.Empty

Constructors

PreviewSyntaxEditorKeyEventArgs(KeyEventArgs)

Initializes a new instance of the PreviewSyntaxEditorKeyEventArgs class.

Declaration

cs-api-definition
public PreviewSyntaxEditorKeyEventArgs(KeyEventArgs originalArgs)

Parameters

originalArgs

KeyEventArgs

Properties

Key

Gets the key of the original args.

Declaration

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

Property Value

Key

OriginalArgs

Gets the original args.

Declaration

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

Property Value

KeyEventArgs