WebAccountCommand Constructor

Definition

Initializes a new instance of the WebAccountCommand class.

public:
 WebAccountCommand(WebAccount ^ webAccount, WebAccountCommandInvokedHandler ^ invoked, SupportedWebAccountActions actions);
 WebAccountCommand(WebAccount const& webAccount, WebAccountCommandInvokedHandler const& invoked, SupportedWebAccountActions const& actions);
public WebAccountCommand(WebAccount webAccount, WebAccountCommandInvokedHandler invoked, SupportedWebAccountActions actions);
function WebAccountCommand(webAccount, invoked, actions)
Public Sub New (webAccount As WebAccount, invoked As WebAccountCommandInvokedHandler, actions As SupportedWebAccountActions)

Parameters

webAccount
WebAccount

The web account to associate with the current command.

invoked
WebAccountCommandInvokedHandler

The delegate that handles the command.

actions
SupportedWebAccountActions

A bitmask of web account actions.

Remarks

Add instances of the WebAccountCommand class to the WebAccountCommands collection.

Applies to

See also