Прочитај на енглеском Уреди

Делите путем


LinqDataSourceView.Inserted Event

Definition

Occurs when an insert operation has finished.

C#
public event EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Inserted;

Event Type

Remarks

Handle this event to catch exceptions that were thrown during the insert operation or to examine the values after an insert operation has completed. For more information, see the LinqDataSource.Inserted event.

Applies to

Производ Верзије
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also