EntityDataSourceView Events
Assembly: System.Web.Entity (in System.Web.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | ContextCreated | Occurs when the EntityDataSourceView has finished creating the ObjectContext used to bind data to controls. |
![]() | ContextCreating | Occurs when the EntityDataSourceView creates the ObjectContext used in data binding. |
![]() | ContextDisposing | Occurs before an ObjectContext is disposed. |
![]() | DataSourceViewChanged | Occurs when the data source view has changed.(Inherited from DataSourceView.) |
![]() | Deleted | Occurs after an object has been deleted from the data source. |
![]() | Deleting | Occurs before an object is deleted from the data source. |
![]() | Exception | Occurs when validation fails in a partial methods or when an exception is raised. |
![]() | Inserted | Occurs after a new object is created at the data source. |
![]() | Inserting | Occurs before a new object is persisted to the data source. |
![]() | QueryCreated | Occurs after the EntityDataSource has created an Entity SQL query that was specified during the configuration of the EntityDataSource control. |
![]() | Selected | Occurs after a query has been executed. |
![]() | Selecting | Occurs before a query is constructed and executed. |
![]() | Updated | Occurs after changes to an object have been persisted to the data source. |
![]() | Updating | Occurs before changes to an object are persisted to the data source. |
