Condividi tramite


UICommand.Invoked Proprietà

Definizione

Ottiene o imposta il gestore per l'evento generato quando l'utente seleziona UICommand.

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

Valore della proprietà

Gestore eventi associato all'interfaccia utenteCommand.

Implementazioni

Commenti

Questa proprietà può essere null.

Si applica a

Vedi anche