Table of Contents

Method OnKeyUp

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

OnKeyUp(Key)

Called when the user releases a key, allowing subclasses to pre-process the key up event. Set Handled to true to stop the key from being processed further.

protected virtual bool OnKeyUp(Key key)

Parameters

key Key

The key that produced the event.

Returns

bool

false if the key up event was not handled. true if the event was handled and processing should stop.