Class NUIGadgetLifecycleChangedEventArgs
Definition
- Assembly:
- Tizen.NUI.Gadget.dll
Event arguments for the NUIGadget lifecycle change event.
public class NUIGadgetLifecycleChangedEventArgs : EventArgs
- Inheritance
-
objectNUIGadgetLifecycleChangedEventArgs
Properties
View SourceGadget
Gets the NUIGadget object that triggered the event.
Declaration
public NUIGadget Gadget { get; }
Property Value
| Type | Description |
|---|---|
| NUIGadget |
State
Gets the current state of the NUIGadget lifecycle.
Declaration
public NUIGadgetLifecycleState State { get; }
Property Value
| Type | Description |
|---|---|
| NUIGadgetLifecycleState |