TcxSchedulerGanttView.OnEndLinkEvent Event
Allows you to prohibit task linking.
Declaration
property OnEndLinkEvent: TcxSchedulerEndLinkEventEvent read; write;
Remarks
Fires after an end-user has finished dragging a link to a successor task.
Sender specifies the scheduler.
ALinkEvent specifies the successor task (see the TcxSchedulerEventItemLink.Link property).
AAllow specifies whether the successor task can be linked to the predecessor. Set AAllow to True, to bind the successor task to the link owner (see the TcxSchedulerEventItemLink.Event property).
See Also