Handle the SqlDataSource.Deleted event to examine the values of output parameters after a delete operation has completed. The output parameters are available from the System.Web.UI.WebControls.SqlDataSourceStatusEventArgs object that is associated with the event.
For more information about handling events, see Consuming Events.