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
-
System.Object
WidgetLifecycleEventArgs
Properties
Declaration
public string InstanceId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public WidgetLifecycleEventArgs.EventType Type { get; }
Property Value
API Level: 3
Declaration
public string WidgetId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3