Skip to main content

TdxGanttControlChartView.OnTaskEndMove Event

Allows you to respond to a task movement (with the mouse) in the chart.

Declaration

property OnTaskEndMove: TdxGanttControlTaskEndMoveEvent read; write;

Remarks

This event occurs when a user has dropped a task to the target position in the chart as shown below:

A Task Movement in the Chart

This change affects the task’s start and finish dates.

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

Refer to the TdxGanttControlTaskEndMoveEvent procedural type description for details.

See Also