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.OnAfterEditing Event

In This Article

Fires when the in-place editor or the Event dialog exits.

#Declaration

Delphi
property OnAfterEditing: TcxSchedulerAfterEditing read; write;

#Remarks

Implement the OnAfterEditing event handler to provide custom behavior after the in-place editor has exited.

The Sender parameter specifies the scheduler control.

The AEvent parameter specifies the edited user event. If this user event was deleted using the Event dialog the AEvent parameter returns nil.

See Also