Skip to main content

TdxGanttControlChartView.OnTaskEndResize Event

Allows you to respond to a task‘s width change made with a mouse drag-and-drop operation.

Declaration

property OnTaskEndResize: TdxGanttControlTaskEndResizeEvent read; write;

Remarks

A task width corresponds to its duration, which depends on start and finish dates. This event occurs when a user has changed the task width with the mouse as shown below:

A Task Resize Operation

The OnTaskEndResize event does not occur if any of the following conditions are met:

Refer to the TdxGanttControlTaskEndResizeEvent procedural type description for details.

See Also