ObjectDataSourceView Events
Assembly: System.Web (in System.Web.dll)
| 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. |
