Class
InputKeyEventArgs

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class InputKeyEventArgs : EventArgs

Inheritance: objectEventArgsInputKeyEventArgs

Inherited Members EventArgs.Empty

Constructors

InputKeyEventArgs(Keys)

Declaration

cs-api-definition
public InputKeyEventArgs(Keys keys)

Parameters

keys

Keys

Properties

Handled

Declaration

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

Property Value

bool

Keys

Declaration

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

Property Value

Keys