SqlDataSourceView.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)
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.
Community Additions
ADD
Show: