LinqDataSourceView Events
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | ContextCreated | Occurs after an instance of the context type object has been created. |
![]() | ContextCreating | Occurs before an instance of the context type object is created. |
![]() | ContextDisposing | Occurs before disposing the context type object. |
![]() | DataSourceViewChanged | Occurs when the data source view has changed.(Inherited from DataSourceView.) |
![]() | Deleted | Occurs when a delete operation has finished. |
![]() | Deleting | Occurs before a delete operation. |
![]() | Inserted | Occurs when an insert operation has finished. |
![]() | Inserting | Occurs before an insert operation. |
![]() | QueryCreated | Occurs when a query is created.(Inherited from QueryableDataSourceView.) |
![]() | Selected | Occurs when a data-retrieval operation has completed. |
![]() | Selecting | Occurs before a data-retrieval operation. |
![]() | Updated | Occurs when an update operation has finished. |
![]() | Updating | Occurs before an update operation. |
Show:
