Class View.ChildRemovedEventArgs

    Definition

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

    Event argument passed through the ChildRemoved event.

    public class View.ChildRemovedEventArgs : EventArgs
    Inheritance
    object
    View.ChildRemovedEventArgs

    Properties

    View Source

    Removed

    Removed child view at moment.

    Declaration
    public View Removed { 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