KeyboardNavigationHandler.

OnKeyDown(object, KeyEventArgs) Method

Summary

Handles the Tab key being pressed in the window.
Namespace
Avalonia.Input
Containing Type
KeyboardNavigationHandler

Syntax

protected virtual void OnKeyDown(object sender, KeyEventArgs e)

Parameters

Name Type Description
sender object The event sender.
e KeyEventArgs The event args.

Return Value

Type Description
void