Skip to main content

TdxGanttControlChartView.OnPercentCompleteEndChange Event

Allows you to respond to a task‘s progress change (with the mouse) in the chart.

Declaration

property OnPercentCompleteEndChange: TdxGanttControlTaskPercentCompleteEndChangeEvent read; write;

Remarks

This event occurs when a user changed a task’s progress percentage with a mouse drag-and-drop operation in the chart.

A Task Progress Percentage Change

The OnPercentCompleteEndChange event does not occur if you pass False as:

Refer to the TdxGanttControlTaskPercentCompleteEndChangeEvent procedural type description for details.

See Also