BindingSource.ICancelAddNew.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.
virtual void System.ComponentModel.ICancelAddNew.EndNew(int position) = System::ComponentModel::ICancelAddNew::EndNew;
void ICancelAddNew.EndNew (int position);
abstract member System.ComponentModel.ICancelAddNew.EndNew : int -> unit
override this.System.ComponentModel.ICancelAddNew.EndNew : int -> unit
Sub EndNew (position As Integer) Implements ICancelAddNew.EndNew
Paramètres
- position
- Int32
Index de l'élément qui a été ajouté à la collection.
Implémente
Remarques
La ICancelAddNew.EndNew méthode valide un ajout en attente d’un élément précédemment ajouté à la collection à l’index spécifié par position
. Le position
paramètre est nécessaire, car plusieurs nouveaux éléments peuvent être en attente simultanément.