Class View.ChildAddedEventArgs

    Definition

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

    Event argument passed through the ChildAdded event.

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

    Properties

    View Source

    Added

    Added child view at moment.

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