BaseShellItem.OnTabIndexPropertyChanged(Int32, Int32) Méthode
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.
Appelée à chaque modification de la propriété TabIndex.
protected virtual void OnTabIndexPropertyChanged (int oldValue, int newValue);
abstract member OnTabIndexPropertyChanged : int * int -> unit
override this.OnTabIndexPropertyChanged : int * int -> unit
Paramètres
- oldValue
- System.Int32
Ancien TabIndex.
- newValue
- System.Int32
Nouveau TabIndex.