Skip to main content

TcxCustomSchedulerStorage.OnEventDeleted Event

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

Declaration

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