Class View.KeyEventEventArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Defines the event arguments for KeyEvent

public class View.KeyEventEventArgs : EventArgs

Inheritance

object

EventArgs

View.KeyEventEventArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

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.

Edit this page