Skip to main content

TcxSchedulerWebServiceStorage Events

A persistence manager that stores online calendar and event data and synchronizes the calendar and event state with connected online accounts.
Name Description
OnEventDeleted protected Fires when AEvent is about to be deleted from storage and memory. Inherited from TcxCustomSchedulerStorage.
OnEventInserted protected Fires before the AEvent object is added to storage. Inherited from TcxCustomSchedulerStorage.
OnEventIntersect protected Fires when AEvent1 and AEvent2 are about to be overlapped. Inherited from TcxCustomSchedulerStorage.
OnEventModified protected Fires before the AEvent object is updated in storage. Inherited from TcxCustomSchedulerStorage.
OnFilterEvent protected Fires every time the AEvent instance is about to be loaded into the scheduler cache for displaying by the scheduler. Inherited from TcxCustomSchedulerStorage.
OnProviderError Notifies of an error occurring in an online event data provider.
RemindersEvents Inherited from TcxCustomSchedulerStorage.
ResourcesEvents Inherited from TcxCustomSchedulerStorage.
See Also