Skip to main content

TcxSchedulerAggregateStorage.OnEventInserting Event

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

Declaration

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