Class WidgetLifecycleEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.WidgetControl.dll

The class for event arguments of the widget lifecycle.

C#
Copy
public class WidgetLifecycleEventArgs : EventArgs
Inheritance
object
System.EventArgs
WidgetLifecycleEventArgs

Properties

View Source

InstanceId

The widget instance ID.

Declaration
C#
Copy
public string InstanceId { get; }
Property Value
Type Description
string
View Source

Type

The event type.

Declaration
C#
Copy
public WidgetLifecycleEventArgs.EventType Type { get; }
Property Value
Type Description
WidgetLifecycleEventArgs.EventType
View Source

WidgetId

The widget ID.

Declaration
C#
Copy
public string WidgetId { get; }
Property Value
Type Description
string