Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlDataSource::Deleted Event

 

Occurs when a delete operation has completed.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
event SqlDataSourceStatusEventHandler^ Deleted {
	void add(SqlDataSourceStatusEventHandler^ value);
	void remove(SqlDataSourceStatusEventHandler^ value);
}

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
Return to top
Show:
© 2017 Microsoft