Share via


CoreWindow.SizeChanged Event

Definition

Occurs when the window size is changed.

public event TypedEventHandler<CoreWindow,WindowSizeChangedEventArgs> SizeChanged;

Event Type

Implements

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:

You can use this event to listen for changes to the size or position of the current window.

Applies to