Class ImageView.ResourceReadyEventArgs

Definition

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

Event arguments of resource ready.

C#
Copy
public class ResourceReadyEventArgs : EventArgs
Inheritance
ImageView.ResourceReadyEventArgs

Properties

View Source

View

The view whose resource is ready.

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