DataTable.OnRowChanging(DataRowChangeEventArgs) 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.
Déclenche l’événement RowChanging.
protected:
virtual void OnRowChanging(System::Data::DataRowChangeEventArgs ^ e);
protected virtual void OnRowChanging (System.Data.DataRowChangeEventArgs e);
abstract member OnRowChanging : System.Data.DataRowChangeEventArgs -> unit
override this.OnRowChanging : System.Data.DataRowChangeEventArgs -> unit
Protected Overridable Sub OnRowChanging (e As DataRowChangeEventArgs)
Paramètres
DataRowChangeEventArgs qui contient les données d’événement.
Remarques
Le déclenchement d'un événement appelle le gestionnaire des événements par l'intermédiaire d'un délégué. Pour obtenir une vue d’ensemble, consultez Gestion et déclenchement d’événements.
Notes pour les héritiers
Lors de la substitution OnRowChanging(DataRowChangeEventArgs) dans une classe dérivée, veillez à appeler la méthode de la classe de OnRowChanging(DataRowChangeEventArgs) base.