Table of Contents

Event KeyUp

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

Key-up events are only raised when the driver provides key release information. Not all drivers support key-up events.