WebAccountProviderCommandInvokedHandler WebAccountProviderCommandInvokedHandler WebAccountProviderCommandInvokedHandler WebAccountProviderCommandInvokedHandler 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 WebAccountProviderCommandInvokedHandler(WebAccountProviderCommand command)public delegate void WebAccountProviderCommandInvokedHandler(WebAccountProviderCommand command)Public Delegate WebAccountProviderCommandInvokedHandler(command As WebAccountProviderCommand)// You can use this delegate in JavaScript.
Parameters
command
WebAccountProviderCommand WebAccountProviderCommand WebAccountProviderCommand WebAccountProviderCommand

The provider command that's done against the web account in the accounts pane.

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)

See Also