Class View.VisibilityChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Event arguments of visibility changed.
C#Copypublic class VisibilityChangedEventArgs : EventArgs
- Inheritance
-
View.VisibilityChangedEventArgs
Properties
Declaration
C#Copypublic VisibilityChangeType Type { get; set; }
Property Value
Type | Description |
---|---|
VisibilityChangeType |
API Level: 3
Declaration
C#Copypublic View View { get; set; }
Property Value
Type | Description |
---|---|
View |
API Level: 3
Declaration
C#Copypublic bool Visibility { get; set; }
Property Value
Type | Description |
---|---|
Boolean |