Windows.UI.Core.CoreWindow.SizeChanged

September 2, 2020 ยท View on GitHub

-description

Occurs when the window size is changed.

-remarks

The SizeChanged event is exposed to XAML apps as the Window.SizeChanged event and to HTML apps as the window.resize event.

This event occurs when the window size changes or when one of the following properties changes:

-examples

-see-also