Skip to main content

TcxCustomScheduler.OnBeforeDeleting Event

Fires when AEvent is about to be deleted.

Declaration

property OnBeforeDeleting: TcxSchedulerBeforeDeleting read; write;

Remarks

Implement the OnBeforeDeleting event handler to provide additional actions before AEvent will be deleted.

Sender specifies the scheduler.

AEvent specifies the user event to be deleted.

Allow specifies whether AEvent can be deleted. Set Allow to False to prevent AEvent from deleting.

See Also