Class View.VisibilityChangedEventArgs

Definition

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

Event arguments of visibility changed.

C#
Copy
public class VisibilityChangedEventArgs : EventArgs
Inheritance
View.VisibilityChangedEventArgs

Properties

View Source

Type

Whether the view's visible property has changed or a parent's.

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

View

The view, or child of view, whose visibility has changed.

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

Visibility

Whether the view is now visible or not.

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