Class FocusManager.PreFocusChangeEventArgs

    Definition

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

    Event arguments that passed via the PreFocusChange signal.

    [Obsolete("Please do not use! This will be deprecated in API10. Please use FocusChangingEventArgs instead!")]
    public class FocusManager.PreFocusChangeEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX