Class View.KeyEventArgs

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    Event arguments that passed via the KeyEvent signal.

    public class View.KeyEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    View.KeyEventArgs

    Properties

    View Source

    Key

    Key - is the key sent to the view.

    Declaration
    public Key Key { get; set; }
    Property Value
    Type Description
    Key
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX