Class FocusManager.PreFocusChangeEventArgs

    Definition

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

    Event arguments that passed via the PreFocusChange signal.

    public class FocusManager.PreFocusChangeEventArgs : EventArgs
    Inheritance
    object
    FocusManager.PreFocusChangeEventArgs

    Properties

    View Source

    CurrentView

    The current focus view.

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

    Direction

    The focus move direction.

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

    ProposedView

    The proposed view.

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

    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