IUICommand.Invoked Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il gestore per l'evento generato quando l'utente richiama il comando.
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
Valore della proprietà
Gestore eventi per il comando.