This documentation is archived and is not being maintained.
AccessDataSourceView Events
Visual Studio 2008
The AccessDataSourceView type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataSourceViewChanged | Occurs when the data source view has changed. (Inherited from DataSourceView.) |
|
Deleted | Occurs when a delete operation has completed. (Inherited from SqlDataSourceView.) |
|
Deleting | Occurs before a delete operation. (Inherited from SqlDataSourceView.) |
|
Filtering | Occurs before a filter operation. (Inherited from SqlDataSourceView.) |
|
Inserted | Occurs when an insert operation has completed. (Inherited from SqlDataSourceView.) |
|
Inserting | Occurs before an insert operation. (Inherited from SqlDataSourceView.) |
|
Selected | Occurs when a data retrieval operation has completed. (Inherited from SqlDataSourceView.) |
|
Selecting | Occurs before a data retrieval operation. (Inherited from SqlDataSourceView.) |
|
Updated | Occurs when an update operation has completed. (Inherited from SqlDataSourceView.) |
|
Updating | Occurs before an update operation. (Inherited from SqlDataSourceView.) |
Show: