WebAccountProviderCommand.Invoked Property

Definition

Gets the delegate that's invoked when the user selects an account and a specific action in the accounts pane.

public:
 property WebAccountProviderCommandInvokedHandler ^ Invoked { WebAccountProviderCommandInvokedHandler ^ get(); };
WebAccountProviderCommandInvokedHandler Invoked();
public WebAccountProviderCommandInvokedHandler Invoked { get; }
var webAccountProviderCommandInvokedHandler = webAccountProviderCommand.invoked;
Public ReadOnly Property Invoked As WebAccountProviderCommandInvokedHandler

Property Value

The handler.

Applies to