WebAccountCommand.Invoked Property

Definition

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

public:
 property WebAccountCommandInvokedHandler ^ Invoked { WebAccountCommandInvokedHandler ^ get(); };
WebAccountCommandInvokedHandler Invoked();
public WebAccountCommandInvokedHandler Invoked { get; }
var webAccountCommandInvokedHandler = webAccountCommand.invoked;
Public ReadOnly Property Invoked As WebAccountCommandInvokedHandler

Property Value

The handler.

Applies to