LinqDataSourceView.Inserted Événement

Définition

Se produit une fois l'opération d'insertion terminée.

public:
 event EventHandler<System::Web::UI::WebControls::LinqDataSourceStatusEventArgs ^> ^ Inserted;
public event EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Inserted;
member this.Inserted : EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> 
Public Custom Event Inserted As EventHandler(Of LinqDataSourceStatusEventArgs) 

Type d'événement

Remarques

Gérez cet événement pour intercepter les exceptions levées pendant l’opération d’insertion ou pour examiner les valeurs une fois l’opération d’insertion terminée. Pour plus d'informations, consultez l'événement LinqDataSource.Inserted.

S’applique à

Voir aussi