TabPage.TabIndexChanged É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 quand la valeur de la propriété TabIndex change.
public:
event EventHandler ^ TabIndexChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler TabIndexChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? TabIndexChanged;
[<System.ComponentModel.Browsable(false)>]
member this.TabIndexChanged : EventHandler
Public Custom Event TabIndexChanged As EventHandler
Type d'événement
- Attributs
Remarques
La TabIndex propriété n’est pas significative pour ce contrôle, bien que vous puissiez modifier sa valeur et gérer l’événement TabIndexChanged pour détecter la modification.