Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 571 Bytes

appwindowchangedeventargs_didvisibilitychange.md

File metadata and controls

26 lines (16 loc) · 571 Bytes
-api-id -api-type
P:Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidVisibilityChange
winrt property

Microsoft.UI.Windowing.AppWindowChangedEventArgs.DidVisibilityChange

-description

Gets a value that indicates whether the AppWindow.IsVisible property changed.

-property-value

true if the Visibility of the window changed; otherwise, false.

-remarks

-see-also

AppWindowChangedEventArgs, AppWindow.IsVisible

-examples