The events of System.Web.UI.WebControls.ObjectDataSource are listed below. For a list of all members, see the ObjectDataSource Members list.
See Also: Inherited members from System.Web.UI.DataSourceControl
Deleted |
Occurs when a ObjectDataSource.Delete operation has completed. | |
Deleting |
Occurs before a ObjectDataSource.Delete operation. | |
Filtering |
Occurs before a filter operation. | |
Inserted |
Occurs when an ObjectDataSource.Insert operation has completed. | |
Inserting |
Occurs before an ObjectDataSource.Insert operation. | |
ObjectCreated |
Occurs after the object that is identified by the ObjectDataSource.TypeName property is created. | |
ObjectCreating |
Occurs before the object that is identified by the ObjectDataSource.TypeName property is created. | |
ObjectDisposing |
Occurs before the object that is identified by the ObjectDataSource.TypeName property is discarded. | |
Selected |
Occurs when a ObjectDataSource.Select operation has completed. | |
Selecting |
Occurs before a ObjectDataSource.Select operation. | |
Updated |
Occurs when an ObjectDataSource.Update operation has completed. | |
Updating |
Occurs before an ObjectDataSource.Update operation. |