TcxSchedulerAggregateStorageEvent Class
A user event‘s clone that belongs to the aggregate storage.
Declaration
TcxSchedulerAggregateStorageEvent = class(
TcxSchedulerEvent
)
Remarks
A TcxSchedulerAggregateStorageEvent object is an object that represents its parent user event persisted in a storage that is linked to the aggregate storage.
A clone is temporarily stored in the aggregate storage’s in-memory cache.
The TcxSchedulerAggregateStorageEvent object is referenced by the TcxSchedulerControlEvent.Source property.
Inheritance
TObject
TPersistent
TcxSchedulerEvent
TcxSchedulerAggregateStorageEvent
See Also