Class UIGadgetLifecycleChangedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UIGadget.dll
Event arguments for the UIGadget lifecycle change event.
public class UIGadgetLifecycleChangedEventArgs : EventArgs
- Inheritance
-
objectUIGadgetLifecycleChangedEventArgs
Properties
View SourceState
Gets the current state of the UIGadget lifecycle.
Declaration
public UIGadgetLifecycleState State { get; set; }
Property Value
| Type | Description |
|---|---|
| UIGadgetLifecycleState |
UIGadget
Gets the UIGadget object that triggered the event.
Declaration
public IUIGadget UIGadget { get; set; }
Property Value
| Type | Description |
|---|---|
| IUIGadget |