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.
|
ProvideCommandsForKey(KeyRoutedEventArgs)
Declaration
List<DelegateCommandWrapper> ProvideCommandsForKey(KeyRoutedEventArgs args)
Parameters
Microsoft.
|
Returns
System.
|