TdxGanttControlChartView.OnTaskEndResize Event
Allows you to respond to a task‘s width change made with a mouse drag-and-drop operation.
Declaration
property OnTaskEndResize: TdxGanttControlTaskEndResizeEvent read; write;
Remarks
A task width corresponds to its duration, which depends on start and finish dates. This event occurs when a user has changed the task width with the mouse as shown below:
The OnTaskEndResize event does not occur if any of the following conditions are met:
- OnTaskStartResize event’s AAllow parameter is False.
- OnTaskResize event’s AAccept parameter is False.
Refer to the TdxGanttControlTaskEndResizeEvent procedural type description for details.
See Also