IKeyboardCommandExecutor
Interface
Provides logic for keyboard-driven commands execution.
Definition
Namespace:Telerik.Windows.Controls.Data
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public interface IKeyboardCommandExecutor
Derived Classes:
Methods
Handles the logic executed on KeyDown.
C#
void HandleKeyDown(KeyEventArgs args)
Provides a list of actions to be executed when a key is pressed.
C#
List<DelegateCommandWrapper> ProvideCommandsForKey(KeyEventArgs args)