BindingList<T>.EndNew(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.
Valide un nouvel élément en attente dans la collection.
public:
virtual void EndNew(int itemIndex);
public virtual void EndNew (int itemIndex);
abstract member EndNew : int -> unit
override this.EndNew : int -> unit
Public Overridable Sub EndNew (itemIndex As Integer)
Paramètres
- itemIndex
- Int32
Index du nouvel élément à ajouter.
Implémente
Remarques
La EndNew méthode valide un nouvel élément en attente qui a été ajouté via la AddNew méthode . Si aucun nouvel élément n’est en attente d’être validée, cette méthode ne fait rien.
Pour plus d’informations sur l’ajout et la validation de nouveaux éléments, consultez la AddNew méthode .