Table of Contents

Method OnKeyUp

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnKeyUp(KeyEvent)

Method invoked when a key is released.

public override bool OnKeyUp(KeyEvent keyEvent)

Parameters

keyEvent KeyEvent

Contains the details about the key that produced the event.

Returns

bool

true if the event was handled