Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.21 KB

accountssettingspane_accountcommandsrequested.md

File metadata and controls

23 lines (16 loc) · 1.21 KB
-api-id -api-type -api-device-family-note
E:Windows.UI.ApplicationSettings.AccountsSettingsPane.AccountCommandsRequested
winrt event
xbox

Windows.UI.ApplicationSettings.AccountsSettingsPane.AccountCommandsRequested

-description

Occurs when the user opens the accounts pane. Handling this event lets the app initialize the accounts commands and pause its UI until the user closes the pane.

-remarks

When your app handles this event, populate the provided AccountsSettingsPaneCommandsRequestedEventArgs with your SettingsCommand objects, your CredentialCommand objects, and your WebAccountCommand objects to make them available to the AccountsSettingsPaneUI.

If an error occurs while modifying the pane, calls to Show will fail silently and the pane will not appear.

-examples

-see-also