InputElement.

KeyUp Event

Summary

Occurs when a key is released while the control has focus.
Namespace
Avalonia.Input
Containing Type
InputElement
Event Type
EventHandler<KeyEventArgs>

Syntax

public event EventHandler<KeyEventArgs> KeyUp