Class FocusManager.FocusChangedEventArgs

    Definition

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

    Event arguments that passed via the FocusChanged signal.

    public class FocusManager.FocusChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    FocusManager.FocusChangedEventArgs

    Properties

    View Source

    Current

    The current focused view after focus changed.

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

    CurrentView

    The current focus view.

    Declaration
    [Obsolete("Please do not use! This will be deprecated! Please use Previous instead!")]
    public View CurrentView { get; set; }
    Property Value
    Type Description
    View
    View Source

    NextView

    The next focus view.

    Declaration
    [Obsolete("Please do not use! This will be deprecated! Please use Current instead!")]
    public View NextView { get; set; }
    Property Value
    Type Description
    View
    View Source

    Previous

    The previously focused view.

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