Occurs when app settings are changed.
Syntax
WinJS.Application.addEventListener("settings", listenerName);
or
WinJS.Application.onsettings = listenerName;
Event information
| Synchronous | No |
|---|---|
| Bubbles | Yes |
| Cancelable | Yes |
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:
- type: "settings"
- applicationcommands: The property that you set to an array of settings commands. You then populate the SettingsFlyout with these commands by a call to SettingsFlyout.populateSettings.
Requirements
|
Namespace |
WinJS.Application |
|---|---|
|
Library |
|
See also
Build date: 12/5/2012