Back to Devexpress

TdxGanttControlChartView.OnPercentCompleteEndChange Event

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview-afa5f698.md

latest1.5 KB
Original Source

TdxGanttControlChartView.OnPercentCompleteEndChange Event

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

Declaration

delphi
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.

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

Refer to the TdxGanttControlTaskPercentCompleteEndChangeEvent procedural type description for details.

See Also

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit