Event KeyDown | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Event fired when a key is pressed down. This is a precursor to KeyUp.

public event EventHandler<Key>? KeyDown

Returns

EventHandler<Key>

Event fired when a key is pressed down. This is a precursor to .

Implements

KeyDown

Edit this page