Skip to main content

TcxCustomScheduler.OnAfterDragEvent Event

Fires after an end-user has finished dragging the user event and released the mouse button.

Declaration

property OnAfterDragEvent: TcxSchedulerAfterDragEvent read; write;

Remarks

Implement the OnAfterDragEvent event handler to provide post processing after an end-user has finished dragging the user event in the scheduling area.

The Sender parameter specifies the scheduler control.

The Target parameter specifies the drag target.

The X and Y parameters specify the relative screen coordinates of the mouse pointer.

The Accept parameter specifies whether the changes resulting from the drag and drop are applied. Set the Accept parameter to False to cancel the changes.

See Also