Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.35 KB

corewindow_sizechanged.md

File metadata and controls

30 lines (21 loc) · 1.35 KB
-api-id -api-type
E:Windows.UI.Core.CoreWindow.SizeChanged
winrt event

Windows.UI.Core.CoreWindow.SizeChanged

-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