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
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX