Class NUIGadgetLifecycleChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.Gadget.dll
API Level:
10

Arguments for the event raised when the NUIGadget lifecycle is changed.

C#
Copy
public class NUIGadgetLifecycleChangedEventArgs : EventArgs
Inheritance
NUIGadgetLifecycleChangedEventArgs

Properties

View Source

Gadget

The NUIGadget object.

Declaration
C#
Copy
public NUIGadget Gadget { get; }
Property Value
Type Description
NUIGadget
API Level: 10
View Source

State

The state of the NUIGadget lifecycle.

Declaration
C#
Copy
public NUIGadgetLifecycleState State { get; }
Property Value
Type Description
NUIGadgetLifecycleState
API Level: 10

Extension Methods