ObjectDataSourceView Events
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| DataSourceViewChanged | Occurs when the data source view has changed. (Inherited from DataSourceView.) |
| Deleted | Occurs when a Delete operation has completed. |
| Deleting | Occurs before a Delete operation. |
| Filtering | Occurs before a filter operation. |
| Inserted | Occurs when an Insert operation has completed. |
| Inserting | Occurs before an Insert operation. |
| ObjectCreated | Occurs after the ObjectDataSourceView object creates an instance of the type that is identified by the TypeName property. |
| ObjectCreating | Occurs before the ObjectDataSourceView object creates an instance of the type that is identified by the TypeName property. |
| ObjectDisposing | Occurs when the 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 Update operation has completed. |
| Updating | Occurs before an Update operation. |
Reference
ObjectDataSourceView ClassSystem.Web.UI.WebControls Namespace
ObjectDataSource Class
DataSourceView
Other Resources
Consuming EventsCommunity Additions
ADD
Show: