Skip to main content

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:

A Task Link Operation

The OnTaskEndLink event does not occur if any of the following conditions are met:

Refer to the TdxGanttControlTaskEndLinkEvent type description for details.

See Also