SettingsCommand.Invoked Property

Definition

Gets or sets the handler for the event that is raised when the user selects the command.

public:
 property UICommandInvokedHandler ^ Invoked { UICommandInvokedHandler ^ get(); void set(UICommandInvokedHandler ^ value); };
UICommandInvokedHandler Invoked();

void Invoked(UICommandInvokedHandler value);
public UICommandInvokedHandler Invoked { get; set; }
var uICommandInvokedHandler = settingsCommand.invoked;
settingsCommand.invoked = uICommandInvokedHandler;
Public Property Invoked As UICommandInvokedHandler

Property Value

The event handler associated with the command.

Implements

Applies to