This documentation is archived and is not being maintained.

LinqDataSourceView Events

The LinqDataSourceView type exposes the following members.

  NameDescription
Public event ContextCreated Occurs after an instance of the context type object has been created.
Public event ContextCreating Occurs before an instance of the context type object is created.
Public event ContextDisposing Occurs before disposing the context type object.
Public event DataSourceViewChanged Occurs when the data source view has changed. (Inherited from DataSourceView.)
Public event Deleted Occurs when a delete operation has finished.
Public event Deleting Occurs before a delete operation.
Public event Inserted Occurs when an insert operation has finished.
Public event Inserting Occurs before an insert operation.
Public event QueryCreated Occurs when a query is created. (Inherited from QueryableDataSourceView.)
Public event Selected Occurs when a data-retrieval operation has completed.
Public event Selecting Occurs before a data-retrieval operation.
Public event Updated Occurs when an update operation has finished.
Public event Updating Occurs before an update operation.
Top
Show: