Class View.KeyEventEventArgs | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Defines the event arguments for KeyEvent
public class View.KeyEventEventArgs : EventArgs
Inheritance
View.KeyEventEventArgs
Inherited Members
object.ReferenceEquals(object, object)
Constructors
Constructs.
Properties
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.
The KeyEvent for the event.