Class View.VisibilityChangedEventArgs

    Definition

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

    Event arguments of visibility changed.

    public class View.VisibilityChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    View.VisibilityChangedEventArgs

    Properties

    View Source

    Type

    Whether the view's visible property has changed or a parent's.

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

    View

    The view, whose visibility has changed.

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

    Visibility

    Whether the view is now visible or not.

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