TdxGanttControlChartView.OnPercentCompleteChange Event
In This Article
#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 On
See Also