InterfaceIKeyboardListener
Interface
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.
KeyUp(KeyArgs)
Handles the key up event.