Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

WindowActivated

Switch to Manual
public delegate WindowActivated(state: WSA.WindowActivationState): void;

Parameters

Description

This event occurs when window completes activation or deactivation, it also fires up when you snap and unsnap the application.

See http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.core.corewindow.activated for more information.