InputElement.

OnKeyDown(KeyEventArgs) Method

Summary

Called before the KeyDown event occurs.
Namespace
Avalonia.Input
Containing Type
InputElement

Syntax

protected virtual void OnKeyDown(KeyEventArgs e)

Parameters

Name Type Description
e KeyEventArgs The event args.

Return Value

Type Description
void