WebAccountProviderCommand.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 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.