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);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3084801319, 19599, 17117, 132, 218, 94, 196, 147, 171, 219, 154)]
class WebAccountProviderCommandInvokedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3084801319, 19599, 17117, 132, 218, 94, 196, 147, 171, 219, 154)]
public delegate void WebAccountProviderCommandInvokedHandler(WebAccountProviderCommand command);
var webAccountProviderCommandInvokedHandlerHandler = function(command){
/* Your code */
}
Public Delegate Sub WebAccountProviderCommandInvokedHandler(command As WebAccountProviderCommand)

Parameters

command
WebAccountProviderCommand

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

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to

See also