Table of Contents

Class View.KeyEventEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Defines the event arguments for KeyEvent

public class View.KeyEventEventArgs : EventArgs
Inheritance
View.KeyEventEventArgs
Inherited Members

Constructors

KeyEventEventArgs(KeyEvent)

Constructs.

Properties

Handled

Indicates if the current Key event has already been processed and the driver should stop notifying any other event subscriber. Its important to set this value to true specially when updating any View's layout from inside the subscriber method.

KeyEvent

The KeyEvent for the event.