Class WidgetView.WidgetViewEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments of the widget view.

C#
Copy
public class WidgetViewEventArgs : EventArgs
Inheritance
System.Object
WidgetView.WidgetViewEventArgs

Properties

View Source

WidgetView

The widget view.

Declaration
C#
Copy
public WidgetView WidgetView { get; set; }
Property Value
Type Description
WidgetView
API Level: 3