Class ImageView.ResourceReadyEventArgs

Definition

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

Event arguments of resource ready.

C#
Copy
public class ImageView.ResourceReadyEventArgs : EventArgs
Inheritance
object
System.EventArgs
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