LinqDataSourceView::Deleted Event
.NET Framework (current version)
Occurs when a delete operation has finished.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: