Back to Devexpress

TcxCustomSchedulerStorage.OnEventDeleted Event

vcl-cxschedulerstorage-dot-tcxcustomschedulerstorage-f621e60a.md

latest1.6 KB
Original Source

TcxCustomSchedulerStorage.OnEventDeleted Event

Fires when AEvent is about to be deleted from storage and memory.

Declaration

delphi
property OnEventDeleted: TcxSchedulerNotificationEvent read; write;

Remarks

Implement the OnEventDeleted event handler to provide custom behavior when AEvent is about to be deleted.

Sender specifies the TcxCustomSchedulerStorage storage.

AEvent specifies the TcxSchedulerEvent to be deleted.

AHandled specifies whether the default behavior is required. Set AHandled to True , to prevent default code execution. Note that this parameter is ignored, if AEvent is a recurring user event‘s occurrence (the TcxSchedulerEvent.EventType property is etOccurrence or etCustom ).

See Also

TcxCustomSchedulerStorage.Clear

TcxSchedulerEvent.Delete

TcxSchedulerEvent.EventType

Applying The Recurrence Pattern

TcxCustomSchedulerStorage Class

TcxCustomSchedulerStorage Members

cxSchedulerStorage Unit