System.Web.UI.WebControls.ObjectDataSourceView: Event Members

The events of System.Web.UI.WebControls.ObjectDataSourceView are listed below. For a list of all members, see the ObjectDataSourceView Members list.

See Also: Inherited members from System.Web.UI.DataSourceView

Public Events

Deleted

Occurs when a erload:System.Web.UI.WebControls.ObjectDataSourceView.Delete operation has completed.

Deleting

Occurs before a erload:System.Web.UI.WebControls.ObjectDataSourceView.Delete operation.

Filtering

Occurs before a filter operation.

Inserted

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

Inserting

Occurs before an erload:System.Web.UI.WebControls.ObjectDataSourceView.Insert operation.

ObjectCreated

Occurs after the System.Web.UI.WebControls.ObjectDataSourceView object creates an instance of the type that is identified by the ObjectDataSourceView.TypeName property.

ObjectCreating

Occurs before the System.Web.UI.WebControls.ObjectDataSourceView object creates an instance of the type that is identified by the ObjectDataSourceView.TypeName property.

ObjectDisposing

Occurs when the System.Web.UI.WebControls.ObjectDataSourceView object discards an instance of an object that it has created.

Selected

Occurs when a data retrieval operation has completed.

Selecting

Occurs before a data retrieval operation.

Updated

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

Updating

Occurs before an erload:System.Web.UI.WebControls.ObjectDataSourceView.Update operation.