Class FocusChangingEventArgs

    Definition

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

    Event arguments passed via the FocusChanging signal.

    public class FocusChangingEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    FocusChangingEventArgs

    Properties

    View Source

    Current

    Gets or sets the view which is currently focused.

    Declaration
    public View Current { get; set; }
    Property Value
    Type Description
    View
    View Source

    Direction

    Gets or sets the focus move direction.

    Declaration
    public View.FocusDirection Direction { get; set; }
    Property Value
    Type Description
    View.FocusDirection
    View Source

    Proposed

    Gets or sets the proposed view for focus change.

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