Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomScheduler.OnBeforeDeleting Event

In This Article

Fires when AEvent is about to be deleted.

#Declaration

Delphi
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