Skip to main content

TdxGanttControlChartView.OnPercentCompleteChange Event

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

Declaration

property OnPercentCompleteChange: TdxGanttControlTaskPercentCompleteChangeEvent read; write;

Remarks

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

A Task Progress Percentage Change

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