Enum WidgetLifecycleEventArgs.EventType

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.WidgetControl.dll
API Level:
3

Enumeration for the event type.

C#
Copy
public enum EventType
Name Description
Created

The widget is created.

Destroyed

The widget is destroyed.

Paused

The widget is paused.

Resumed

The widget is resumed.