Interface
IKeyboardCommandExecutor

Provides logic for keyboard-driven commands execution.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IKeyboardCommandExecutor

Derived Classes: PropertyGridCommandProvider

Methods

HandleKeyDown(KeyRoutedEventArgs)

Handles the logic executed on KeyDown.

Declaration

cs-api-definition
void HandleKeyDown(KeyRoutedEventArgs args)

Parameters

args

KeyRoutedEventArgs

ProvideCommandsForKey(KeyRoutedEventArgs)

Provides a list of actions to be executed when a key is pressed.

Declaration

cs-api-definition
List<DelegateCommandWrapper> ProvideCommandsForKey(KeyRoutedEventArgs args)

Parameters

args

KeyRoutedEventArgs

Returns

List<DelegateCommandWrapper>