Summary
Handles a key being pressed in the menu.
- Namespace
- Avalonia
.Controls - Containing Type
- Menu
Item Access Key Handler
Syntax
protected virtual void OnTextInput(object sender, TextInputEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
sender | object | The event sender. |
e | TextInputEventArgs | The event args. |
Return Value
Type | Description |
---|---|
void |