Interface IKeyboardCommandExecutor
Namespace: Telerik.UI.Xaml.Controls.Data
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IKeyboardCommandExecutor
Methods
HandleKeyDown(KeyRoutedEventArgs)
Declaration
void HandleKeyDown(KeyRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs
args
|
ProvideCommandsForKey(KeyRoutedEventArgs)
Declaration
List<DelegateCommandWrapper> ProvideCommandsForKey(KeyRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs
args
|
Returns
|
System.Collections.Generic.List<DelegateCommandWrapper>
|