Window.VisibilityChanged event
Occurs when the value of the Visible property changes.
Syntax
public: event WindowVisibilityChangedEventHandler^ VisibilityChanged { Windows::Foundation::EventRegistrationToken add(WindowVisibilityChangedEventHandler^ value); void remove(Windows::Foundation::EventRegistrationToken token); }
Event information
| Delegate | WindowVisibilityChangedEventHandler |
|---|
Remarks
VisibilityChangedEventArgs includes a Boolean Visible property that you should check to determine the current visibility state.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 1/31/2013
