Class WidgetView.WidgetViewEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Event arguments of the widget view.

C#
Copy
public class WidgetView.WidgetViewEventArgs : EventArgs
Inheritance
object
WidgetView.WidgetViewEventArgs

Properties

View Source

WidgetView

The widget view.

Declaration
C#
Copy
public WidgetView WidgetView { get; set; }
Property Value
Type Description
WidgetView