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
-
objectSystem.
Event Args WidgetLifecycle Event Args
Properties
Declaration
C#
Copy
public string InstanceId { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public WidgetLifecycleEventArgs.EventType Type { get; }
Property Value
Type | Description |
---|---|
Widget |
Declaration
C#
Copy
public string WidgetId { get; }
Property Value
Type | Description |
---|---|
string |