ModelComponent.AfterInsert(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.
Affiche un objet ModelComponent après ajout à l’index spécifié.
protected internal virtual void AfterInsert (int index);
abstract member AfterInsert : int -> unit
override this.AfterInsert : int -> unit
Protected Friend Overridable Sub AfterInsert (index As Integer)
Paramètres
- index
- Int32
Index dans lequel l'objet est ajouté.
Remarques
À usage interne uniquement.