TdxGanttControlChartView.OnTaskResize Event
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.
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