Skip to main content

TdxGanttControlChartView.OnTaskResize Event

Allows you to accept or decline a task duration change with the mouse.

Declaration

property OnTaskResize: TdxGanttControlTaskResizeEvent read; write;

Remarks

A task width corresponds to its duration, which depends on start and finish dates.

This event occurs every time a user drags the selected task far edge’s to modify its width.

A Task Resize Operation

The OnTaskResize event has no effect if the OnTaskStartResize event’s AAllow parameter is False.

Refer to the TdxGanttControlTaskResizeEvent type description for details.

Note

The event’s AAccept parameter set to False blocks the OnTaskEndResize event occurrence.

See Also