WebAccountCommand.Invoked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.