Class UIGadgetLifecycleChangedEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UIGadget.dll

    Event arguments for the UIGadget lifecycle change event.

    public class UIGadgetLifecycleChangedEventArgs : EventArgs
    Inheritance
    object
    UIGadgetLifecycleChangedEventArgs

    Properties

    View Source

    State

    Gets the current state of the UIGadget lifecycle.

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

    UIGadget

    Gets the UIGadget object that triggered the event.

    Declaration
    public IUIGadget UIGadget { get; set; }
    Property Value
    Type Description
    IUIGadget

    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