Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.13 KB

settingspane_commandsrequested.md

File metadata and controls

24 lines (16 loc) · 1.13 KB
-api-id -api-type
E:Windows.UI.ApplicationSettings.SettingsPane.CommandsRequested
winrt event

Windows.UI.ApplicationSettings.SettingsPane.CommandsRequested

-description

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.

-remarks

-examples

-see-also