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

TcxSchedulerDBStorage Events
Show Inherited Hide Inherited

A persistence manager that stores user events and resources in a relational data store.
Name Description
OnEventDeleted Fires when AEvent is about to be deleted from storage and memory. Inherited from TcxCustomSchedulerStorage.
OnEventInserted Fires before the AEvent object is added to storage. Inherited from TcxCustomSchedulerStorage.
OnEventIntersect Fires when AEvent1 and AEvent2 are about to be overlapped. Inherited from TcxCustomSchedulerStorage.
OnEventModified Fires before the AEvent object is updated in storage. Inherited from TcxCustomSchedulerStorage.
OnFilterEvent Fires every time the AEvent instance is about to be loaded into the scheduler cache for displaying by the scheduler. Inherited from TcxCustomSchedulerStorage.
OnGetEventGeneratedID Fires when the details on a new user event have been posted to the database and a new unique identifier has been generated but not yet assigned to the new user event.
RemindersEvents Inherited from TcxCustomSchedulerStorage.
ResourcesEvents Inherited from TcxCustomSchedulerStorage.
See Also