MenuItemAccessKeyHandler.

OnTextInput(object, TextInputEventArgs) Method

Summary

Handles a key being pressed in the menu.
Namespace
Avalonia.Controls
Containing Type
MenuItemAccessKeyHandler

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