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