Class UIGadgetLifecycleEventBroker
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UIGadget.dll
Event Broker for the UIGadget lifecycle change event.
public static class UIGadgetLifecycleEventBroker
- Inheritance
-
objectUIGadgetLifecycleEventBroker
Methods
View SourceNotifyLifecycleChanged(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 SourceLifecycleChanged
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.