LinqDataSource.Deleted Event
.NET Framework (current version)
Occurs when a delete operation has finished.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Handle the Deleted event to catch any exceptions from the delete operation, or to examine output parameters after the operation has finished. You can retrieve the output parameters from the LinqDataSourceStatusEventArgs object that is passed to event handlers.
.NET Framework
Available since 3.5
Available since 3.5
Show: