Event KeyPress | Terminal.Gui v1 (original) (raw)
Namespace
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.