Interface IKeyboardListener
Describes the two fundamental methods of a keyboard handler object.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface IKeyboardListener
Methods
KeyDown(KeyArgs)
Handles the key down event.
Declaration
bool KeyDown(KeyArgs key)
Parameters
KeyArgs
key
|
Returns
System.Boolean
|
KeyUp(KeyArgs)
Handles the key up event.
Declaration
bool KeyUp(KeyArgs key)
Parameters
KeyArgs
key
|
Returns
System.Boolean
|