BindingSource.ICancelAddNew.CancelNew(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.
Élimine un nouvel élément en attente de la collection.
virtual void System.ComponentModel.ICancelAddNew.CancelNew(int position) = System::ComponentModel::ICancelAddNew::CancelNew;
void ICancelAddNew.CancelNew (int position);
abstract member System.ComponentModel.ICancelAddNew.CancelNew : int -> unit
override this.System.ComponentModel.ICancelAddNew.CancelNew : int -> unit
Sub CancelNew (position As Integer) Implements ICancelAddNew.CancelNew
Paramètres
- position
- Int32
Index de l'élément qui a été ajouté à la collection.
Implémente
Remarques
La ICancelAddNew.CancelNew méthode annule l’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.