SqlDataSourceView::Deleted Event
.NET Framework (current version)
Occurs when a delete operation has completed.
Assembly: System.Web (in System.Web.dll)
Handle the Deleted event to examine the values of output parameters after a delete operation has completed. The output parameters are available from the SqlDataSourceStatusEventArgs object that is associated with the event.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: