onsettings event

0 out of 2 rated this helpful - Rate this topic

Occurs when app settings are changed.

Syntax


WinJS.Application.addEventListener("settings", listenerName);
or
WinJS.Application.onsettings = listenerName;


Event information

SynchronousNo
BubblesYes
CancelableYes

Event handler parameters

eventInfo

Type: CustomEvent

An object that contains information about the event. The detail property of this object contains the following sub-properties:

Requirements

Namespace

WinJS.Application

Library

Base.js

See also

SettingsFlyout.populateSettings

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.