Back to Devexpress

LinqServerModeDataSource Events

aspnet-devexpress-dot-data-dot-linq-dot-linqservermodedatasource-dot-underscore-events.md

latest3.4 KB
Original Source

LinqServerModeDataSource Events

A data source that can be associated with any queryable source.

NameDescription
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DeletingOccurs before a delete operation.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
ExceptionThrownEnables you to manually handle the database exception.
InconsistencyDetectedEnables you to manually handle the inconsistency detected during an operation on a data source.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
InsertingOccurs before an insert operation.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
SelectingEnables you to provide a custom data source.
IDataSource.DataSourceChangedOccurs when a data source control has changed in a way that affects data-bound controls. Inherited from DataSourceControl.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.
UpdatingOccurs before an update operation.

See Also

LinqServerModeDataSource Class

LinqServerModeDataSource Members

DevExpress.Data.Linq Namespace