Interface
IKeyboardListener

Describes the two fundamental methods of a keyboard handler object.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public interface IKeyboardListener

Methods

KeyDown(KeyArgs)

Handles the key down event.

Declaration

cs-api-definition
bool KeyDown(KeyArgs key)

Parameters

key

KeyArgs

Returns

bool

KeyUp(KeyArgs)

Handles the key up event.

Declaration

cs-api-definition
bool KeyUp(KeyArgs key)

Parameters

key

KeyArgs

Returns

bool

In this article
DefinitionMethodsKeyDown(KeyArgs)KeyUp(KeyArgs)
Not finding the help you need?
Contact Support