TdxGanttControlChartView.OnTaskEndLink Event
Allows you to respond to a dependency created (with the mouse) between tasks.
Declaration
property OnTaskEndLink: TdxGanttControlTaskEndLinkEvent read; write;
Remarks
This event occurs when a user has linked tasks as shown below:
The OnTaskEndLink event does not occur if any of the following conditions are met:
- OnTaskStartMove event’s AAllow parameter is False.
- OnTaskStartLink event’s AAllow parameter is False.
- OnTaskLink event’s AAccept parameter is False.
Refer to the TdxGanttControlTaskEndLinkEvent type description for details.
See Also