Condividi tramite


IUICommand.Invoked Proprietà

Definizione

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.

Si applica a

Vedi anche