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;
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 NewRowde . Cet événement est déclenché avant que la méthode appelée NewRow ne retourne. La nouvelle DataRow instance est détachée ; elle n’a pas été ajoutée à la collection.