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

TcxSchedulerAggregateStorage.OnEventInserting Event

In This Article

Allows you to perform any actions, prior to posting a new user event to storage.

#Declaration

Delphi
property OnEventInserting: TcxSchedulerEventInsertingEvent read; write;

#Remarks

Sender references the aggregate storage.

AEvent references the user event to be posted to AStorage.

AStorage references the storage to which the user event will be posted.

If no special storage is specified via AStorage within the event handler, the synchronization is performed with the following storages:

See Also