Class NUIGadgetLifecycleChangedEventArgs

    Definition

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

    Event arguments for the NUIGadget lifecycle change event.

    public class NUIGadgetLifecycleChangedEventArgs : EventArgs
    Inheritance
    object
    NUIGadgetLifecycleChangedEventArgs

    Properties

    View Source

    Gadget

    Gets the NUIGadget object that triggered the event.

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

    State

    Gets the current state of the NUIGadget lifecycle.

    Declaration
    public NUIGadgetLifecycleState State { get; }
    Property Value
    Type Description
    NUIGadgetLifecycleState

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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