Delegate KeyboardAction.KeyboardActionHandler
Keyboard action hadler
Namespace: Simplic.UI
Assembly: Simplic.UI.dll
Syntax
public delegate bool KeyboardActionHandler(KeyboardAction action, KeyboardController controller);
Parameters
Type | Name | Description |
---|---|---|
KeyboardAction | action | Instance of the execution |
KeyboardController | controller | Instance of the controller |
Returns
Type | Description |
---|---|
System.Boolean |