Table of Contents

Event KeyUp

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when the user releases a key.

Set Handled to true to indicate the key was handled and to prevent additional processing.

public static event EventHandler<Key>? KeyUp

Returns

EventHandler<Key>
Raised when the user releases a key. Set to true to indicate the key was handled and to prevent additional processing.

Remarks

All drivers support firing the KeyDown event. Some drivers (Curses) do not support firing the KeyDown and KeyUp events.

Fired after KeyDown.