Back to Devexpress

TdxGanttControlChartView.OnPercentCompleteChange Event

vcl-dxganttcontrolviewchart-dot-tdxganttcontrolchartview-7e230106.md

latest1.5 KB
Original Source

TdxGanttControlChartView.OnPercentCompleteChange Event

Allows you to accept or decline the task‘s progress change with the mouse.

Declaration

delphi
property OnPercentCompleteChange: TdxGanttControlTaskPercentCompleteChangeEvent read; write;

Remarks

This event occurs every time a user drags the mouse pointer to modify the selected task’s progress.

The event has no effect if you pass False as the OnPercentCompleteStartChange event’s AAllow parameter or the ShowTaskProgress property value.

Refer to the TdxGanttControlTaskPercentCompleteChangeEvent type description for details.

Note

If you pass False as the event’s AAccept parameter, the OnPercentCompleteEndChange event does not occur.

See Also

TdxGanttControlChartView Class

TdxGanttControlChartView Members

dxGanttControlViewChart Unit