ICoreWindow.VisibilityChanged Event

Specifies the event that occurs when the window visibility is changed.

Syntax

public:
event TypedEventHandler<CoreWindow^ , VisibilityChangedEventArgs^ >^ VisibilityChanged {
         EventRegistrationToken add (TypedEventHandler<CoreWindow^ , VisibilityChangedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

ICoreWindow Interface

ICoreWindow Members

Windows.UI.Core Namespace