Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the settings charm is invoked.
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
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Application |