| struct TWsVisibilityChangedEvent | 
Visibility changed events.
These events are generated in response to a window being obscured, or being fully or partially revealed after being obscured. RWindowTreeNode::EnableVisibilityChangeEvents()
| Public Member Enumerations | |
|---|---|
| enum | anonymous { ECanBeSeen = 0x01, ECantBeSeen = 0x02 } | 
| enum | anonymous { EPartiallyVisible = 0x01, ENotVisible = 0x02, EFullyVisible = 0x04 } | 
| Public Attributes | |
|---|---|
| TUint | iFlags | 
| ECanBeSeen = 0x01 | 
							 Some or all of the window is visible, either directly or through a transparent window. Use EPartiallyVisible instead.  | 
| ECantBeSeen = 0x02 | 
							 None of the window is visible, either directly or through a transparent window. Use ENotVisible instead.  | 
| EPartiallyVisible = 0x01 | 
							 Some (or all) of the window is visible, either directly or through a transparent window.  | 
| ENotVisible = 0x02 | 
							 None of the window is visible, either directly or through a transparent window.  | 
| EFullyVisible = 0x04 | 
							 All of the window is directly visible.  |