System.Web.UI.WebControls.ObjectDataSourceView.Inserted Event

Occurs when an erload:System.Web.UI.WebControls.ObjectDataSourceView.Insert operation has completed.

Syntax

public event ObjectDataSourceStatusEventHandler Inserted

Remarks

Handle the ObjectDataSourceView.Inserted event to examine the values of a return value and output parameters or to determine whether an exception was thrown after an erload:System.Web.UI.WebControls.ObjectDataSourceView.Insert operation has completed. The return value, output parameters, and exception handling properties are available from the System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs object that is associated with the event.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0