EventCommand Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décrit la commande (propriété Command ) qui est passée au rappel de OnEventCommand(EventCommandEventArgs) .
public enum class EventCommand
public enum EventCommand
type EventCommand =
Public Enum EventCommand
- Héritage
Champs
Nom | Valeur | Description |
---|---|---|
Disable | -3 | Désactive l'événement. |
Enable | -2 | Active l'événement. |
SendManifest | -1 | Envoie le manifeste. |
Update | 0 | Met à jour l'événement. |