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