Search Results for

    Show / Hide Table of Contents

    Class View.KeyEventEventArgs

    Defines the event arguments for KeyEvent
    Inheritance
    object
    EventArgs
    View.KeyEventEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class View.KeyEventEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    KeyEventEventArgs(KeyEvent)

    Constructs.
    Declaration
    public KeyEventEventArgs(KeyEvent ke)
    Parameters
    Type Name Description
    KeyEvent ke

    Properties

    | Edit this page View Source

    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.
    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    KeyEvent

    The KeyEvent for the event.
    Declaration
    public KeyEvent KeyEvent { get; set; }
    Property Value
    Type Description
    KeyEvent
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX