Share via


IUICommand.Invoked Property

Definition

Gets or sets the handler for the event that is fired when the user invokes 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 = iUICommand.invoked;
iUICommand.invoked = uICommandInvokedHandler;
Public Property Invoked As UICommandInvokedHandler

Property Value

The event handler for the command.

Applies to

See also