Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxServerModeCustomDataSource Events

The base class for server mode data sources.
Name Description
AfterClose Occurs after the data source has been closed (made inactive).
AfterOpen Occurs after the data source has been opened (made active).
BeforeClose Occurs when the data source is about to be closed (made inactive).
BeforeOpen Occurs when the data source is about to be opened (made active).
OnFatalError Occurs when the data source is unable to continue fetching data from the connected database.
OnInconsistentCache Occurs after the data source has detected an inconsistency in its internal cache or failed to recover the consistency.
SQLAdapterEvents
See Also