Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WindowSizeChanged

Switch to Manual
public delegate WindowSizeChanged(width: int, height: int): void;

Parameters

Description

This event occurs when window rendering size changes.

For ex., when you snap the application. See http://ppe.msdn.microsoft.com/en-us/library/windows/apps/windows.ui.core.corewindow.sizechanged for more information.