LinqDataSourceView Events

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

NameDescription
System_CAPS_pubeventContextCreated

Occurs after an instance of the context type object has been created.

System_CAPS_pubeventContextCreating

Occurs before an instance of the context type object is created.

System_CAPS_pubeventContextDisposing

Occurs before disposing the context type object.

System_CAPS_pubeventDataSourceViewChanged

Occurs when the data source view has changed.(Inherited from DataSourceView.)

System_CAPS_pubeventDeleted

Occurs when a delete operation has finished.

System_CAPS_pubeventDeleting

Occurs before a delete operation.

System_CAPS_pubeventInserted

Occurs when an insert operation has finished.

System_CAPS_pubeventInserting

Occurs before an insert operation.

System_CAPS_pubeventQueryCreated

Occurs when a query is created.(Inherited from QueryableDataSourceView.)

System_CAPS_pubeventSelected

Occurs when a data-retrieval operation has completed.

System_CAPS_pubeventSelecting

Occurs before a data-retrieval operation.

System_CAPS_pubeventUpdated

Occurs when an update operation has finished.

System_CAPS_pubeventUpdating

Occurs before an update operation.

Return to top
Show: