Back to Devexpress

ObjectDataSource Events

corelibraries-devexpress-dot-dataaccess-dot-objectbinding-dot-objectdatasource-dot-underscore-events.md

latest1.3 KB
Original Source

ObjectDataSource Events

Enables binding data-aware controls and components to a runtime-created object or an instance method.

NameDescription
BeforeFillOccurs before filling an object data source, which enables you to provide custom data source validation.
BeforeFillGlobal staticOccurs before filling an object data source, enabling you to provide custom validation for all object data sources in your application.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.

See Also

ObjectDataSource Class

ObjectDataSource Members

DevExpress.DataAccess.ObjectBinding Namespace