1 out of 1 rated this helpful - Rate this topic

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

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

Window

 

 

Build date: 1/31/2013

© 2013 Microsoft. All rights reserved.