Edit

Share via


WebAccountCommandParameter Constructor

Definition

Initializes a new instance of the WebAccountCommandParameter class.

public WebAccountCommandParameter(Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler invoked, Windows.UI.ApplicationSettings.SupportedWebAccountActions actions);
new CommunityToolkit.Authentication.WebAccountCommandParameter : Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler * Windows.UI.ApplicationSettings.SupportedWebAccountActions -> CommunityToolkit.Authentication.WebAccountCommandParameter
Public Sub New (invoked As WebAccountCommandInvokedHandler, actions As SupportedWebAccountActions)

Parameters

invoked
Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler

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

actions
Windows.UI.ApplicationSettings.SupportedWebAccountActions

The actions that the command performs on the web account in the accounts pane.

Applies to