Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

onsettings event

Applies to Windows and Windows Phone

Occurs when the settings charm is invoked.

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

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Application

See also

SettingsFlyout.populateSettings

 

 

Show: