Skip to main content

TcxCustomScheduler.OnAfterSizingEvent Event

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

Declaration

property OnAfterSizingEvent: TcxSchedulerAfterSizingEvent read; write;

Remarks

Implement the OnAfterSizingEvent event handler to provide custom behavior when an end-user has finished resizing the user event.

The Sender parameter specifies the scheduler control.

The AEvent parameter specifies the user event being resized.

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