Class BaseHandle.FocusRequestArgs

    Definition

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

    Contains event arguments for the FocusChangeRequested event.

    [Obsolete("Deprecated in API9; Will be removed in API11.")]
    public class BaseHandle.FocusRequestArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    BaseHandle.FocusRequestArgs

    Properties

    View Source

    Focus

    Gets or sets a value that indicates the starting focus state of the element for which a focus change is requested.

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

    Result

    Gets or sets a value that indicates the ending focus state of the element for which a focus change is requested.

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