Table of Contents

Event KeyPress

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Invoked when a character key is pressed and occurs after the key up event.

public event Action<View.KeyEventEventArgs> KeyPress

Returns

Action<View.KeyEventEventArgs>
Invoked when a character key is pressed and occurs after the key up event.