IButtonControl.Command Événement
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.
Se produit lorsque le contrôle de bouton est cliqué.
public:
event System::Web::UI::WebControls::CommandEventHandler ^ Command;
event System.Web.UI.WebControls.CommandEventHandler Command;
member this.Command : System.Web.UI.WebControls.CommandEventHandler
Event Command As CommandEventHandler
Type d'événement
Remarques
L’événement Command est déclenché lorsque le contrôle bouton est cliqué.
Pour plus d’informations sur la gestion des événements, consultez Gestion et déclenchement d’événements.