LinqDataSourceView.Inserted É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’une opération d’insertion est 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 qui ont été levées pendant l’opération d’insertion ou pour examiner les valeurs après la fin d’une opération d’insertion. Pour plus d’informations, consultez l’événement LinqDataSource.Inserted .