SqlDataSource.Deleted Event
.NET Framework 3.0
Occurs when a delete operation has completed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
SqlDataSource Members
System.Web.UI.WebControls Namespace
Deleting
OnDeleted
Delete
SqlDataSource.DeleteParameters Property
Data Source Web Server Controls
SqlDataSource Web Server Control Overview
Introduction to the ASP.NET Page Life Cycle
Assembly: System.Web (in system.web.dll)
public: event SqlDataSourceStatusEventHandler^ Deleted { void add (SqlDataSourceStatusEventHandler^ value); void remove (SqlDataSourceStatusEventHandler^ value); }
/** @event */ public void add_Deleted (SqlDataSourceStatusEventHandler value) /** @event */ public void remove_Deleted (SqlDataSourceStatusEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
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 Consuming Events.
Reference
SqlDataSource ClassSqlDataSource Members
System.Web.UI.WebControls Namespace
Deleting
OnDeleted
Delete
SqlDataSource.DeleteParameters Property
Other Resources
ASP.NET Data Access OverviewData Source Web Server Controls
SqlDataSource Web Server Control Overview
Introduction to the ASP.NET Page Life Cycle
Community Additions
ADD
Show: