Skip to main content

TcxCustomScheduler.OnAfterEditing Event

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

Declaration

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