This documentation is archived and is not being maintained.
LinqDataSourceView Events
Visual Studio 2008
The LinqDataSourceView type exposes the following members.
| 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. |
|
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: