Table of Contents

Event KeyUp

Namespace
Terminal.Gui.App
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.

[Obsolete("The legacy static Application object is going away.")]
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

This event is only raised when the driver provides key release information. Not all drivers support key-up events.