UICommand.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.
public:
property UICommandInvokedHandler ^ Invoked { UICommandInvokedHandler ^ get(); void set(UICommandInvokedHandler ^ value); };
UICommandInvokedHandler Invoked();
void Invoked(UICommandInvokedHandler value);
public UICommandInvokedHandler Invoked { get; set; }
var uICommandInvokedHandler = uICommand.invoked;
uICommand.invoked = uICommandInvokedHandler;
Public Property Invoked As UICommandInvokedHandler
Property Value
The event handler associated with the UICommand.
Implements
Remarks
This property may be null.