Class WidgetLifecycleEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.WidgetControl.dll
- API Level:
- 3
The class for event arguments of the widget lifecycle.
public class WidgetLifecycleEventArgs : EventArgs
- Inheritance
Properties
View SourceInstanceId
The widget instance ID.
Declaration
public string InstanceId { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceType
The event type.
Declaration
public WidgetLifecycleEventArgs.EventType Type { get; }
Property Value
Type | Description |
---|---|
WidgetLifecycleEventArgs.EventType |
API Level: 3
View SourceWidgetId
The widget ID.
Declaration
public string WidgetId { get; }
Property Value
Type | Description |
---|---|
String |