Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlChartView.OnPercentCompleteChange Event

In This Article

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