Class
PreviewEditorKeyEventArgs

Definition

Namespace:Telerik.WinForms.Documents

Assembly:Telerik.WinControls.RichTextEditor.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 Keys Key { get; }

Property Value

Keys

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