Back to Devexpress

TcxSchedulerAggregateStorage.OnEventInserting Event

vcl-cxscheduleraggregatestorage-dot-tcxscheduleraggregatestorage.md

latest1.7 KB
Original Source

TcxSchedulerAggregateStorage.OnEventInserting Event

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

TcxSchedulerAggregateStorage.IsActive

TcxSchedulerAggregateStorage Class

TcxSchedulerAggregateStorage Members

cxSchedulerAggregateStorage Unit