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

Делите путем


LinqDataSourceView.Deleted Event

Definition

Occurs when a delete operation has finished.

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

Event Type

Remarks

Handle this event to catch exceptions that were thrown during the delete operation or to examine the values of output parameters after a delete operation has finished. You can retrieve the output parameters from the LinqDataSourceStatusEventArgs object that is associated with the 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