Class FocusManager.FocusGroupChangedEventArgs

    Definition

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

    Event arguments that passed via the FocusGroupChanged signal.

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

    Properties

    View Source

    CurrentView

    The current focus view.

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

    ForwardDirection

    The forward direction.

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