AccessKeyHandler.

OnPreviewKeyUp(object, KeyEventArgs) Method

Summary

Handles the Alt/F10 keys being released in the window.
Namespace
Avalonia.Input
Containing Type
AccessKeyHandler

Syntax

protected virtual void OnPreviewKeyUp(object sender, KeyEventArgs e)

Parameters

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

Return Value

Type Description
void