DataTable.TableNewRow Événement
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.
Se produit lorsqu'un nouveau DataRow est inséré.
public:
event System::Data::DataTableNewRowEventHandler ^ TableNewRow;
public event System.Data.DataTableNewRowEventHandler? TableNewRow;
public event System.Data.DataTableNewRowEventHandler TableNewRow;
member this.TableNewRow : System.Data.DataTableNewRowEventHandler
Public Custom Event TableNewRow As DataTableNewRowEventHandler
Type d'événement
Remarques
Se déclenche une fois qu’un nouveau DataRow a été créé à l’aide de NewRow. Cet événement est déclenché avant le retour de la méthode appelée NewRow . La nouvelle DataRow instance est détachée ; elle n’a pas été ajoutée à la collection.