Class UIGadgetLifecycleEventBroker

    Definition

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

    Event Broker for the UIGadget lifecycle change event.

    public static class UIGadgetLifecycleEventBroker
    Inheritance
    object
    UIGadgetLifecycleEventBroker

    Methods

    View Source

    NotifyLifecycleChanged(IUIGadget)

    Notifies that the lifecycle of the UIGadget is changed.

    Declaration
    public static void NotifyLifecycleChanged(IUIGadget gadget)
    Parameters
    Type Name Description
    IUIGadget gadget

    The UIGadget instance.

    Events

    View Source

    LifecycleChanged

    Occurs when the lifecycle of the UIGadget is changed.

    Declaration
    public static event EventHandler<UIGadgetLifecycleChangedEventArgs> LifecycleChanged
    Event Type
    Type Description
    EventHandler<><UIGadgetLifecycleChangedEventArgs>
    Remarks

    This event is raised when the state of the UIGadget changes. It provides information about the current state through the UIGadgetLifecycleChangedEventArgs argument.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX