Back to Devexpress

TcxSchedulerDBStorage Events

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstorage-dot-underscore-events.md

latest2.4 KB
Original Source

TcxSchedulerDBStorage Events

A persistence manager that stores user events and resources in a relational data store.

NameDescription
OnEventDeletedFires when AEvent is about to be deleted from storage and memory. Inherited from TcxCustomSchedulerStorage.
OnEventInsertedFires before the AEvent object is added to storage. Inherited from TcxCustomSchedulerStorage.
OnEventIntersectFires when AEvent1 and AEvent2 are about to be overlapped. Inherited from TcxCustomSchedulerStorage.
OnEventModifiedFires before the AEvent object is updated in storage. Inherited from TcxCustomSchedulerStorage.
OnFilterEventFires every time the AEvent instance is about to be loaded into the scheduler cache for displaying by the scheduler. Inherited from TcxCustomSchedulerStorage.
OnGetEventGeneratedIDFires 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.
RemindersEventsInherited from TcxCustomSchedulerStorage.
ResourcesEventsInherited from TcxCustomSchedulerStorage.

See Also

TcxSchedulerDBStorage Class

TcxSchedulerDBStorage Members

cxSchedulerDBStorage Unit