-api-id | -api-type |
---|---|
E:Windows.UI.ApplicationSettings.SettingsPane.CommandsRequested |
winrt event |
Note
SettingsPane is deprecated, and might not work on all versions of Windows 10. Instead of using a SettingsPane, integrate settings options into the app experience. For more info, see Guidelines for app settings.
Occurs when the user opens the settings pane. Listening for this event lets the app initialize the setting commands and pause its UI until the user closes the pane.
During this event, append your SettingsCommand objects to the available ApplicationCommands vector to make them available to the SettingsPaneUI.