Skip to main content

TdxGanttControlChartView.OnTaskLink Event

Allows you to accept or decline a dependency created by a mouse drag-and-drop operation.

Declaration

property OnTaskLink: TdxGanttControlTaskLinkEvent read; write;

Remarks

This event occurs every time a user links a task with a dependency in the chart.

A Task Link Operation

The OnTaskLink event has no effect if the AAllow parameter is False in the following events:

Refer to the TdxGanttControlTaskLinkEvent type description for details.

Note

The event’s AAccept parameter set to False blocks the OnTaskEndLink event occurrence.

See Also