WebAccountCommandInvokedHandler
WebAccountCommandInvokedHandler
WebAccountCommandInvokedHandler
WebAccountCommandInvokedHandler
Delegate
Definition
Represents the method that's invoked when the user selects an account and a specific action in the account settings pane.
public : delegate void WebAccountCommandInvokedHandler(WebAccountCommand command, WebAccountInvokedArgs args)public delegate void WebAccountCommandInvokedHandler(WebAccountCommand command, WebAccountInvokedArgs args)Public Delegate WebAccountCommandInvokedHandler(command As WebAccountCommand, args As WebAccountInvokedArgs)// You can use this delegate in JavaScript.
Parameters
The command that's done against the web account in the accounts pane.
The data for the command.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|