Skip to main content

TcxSchedulerGanttView.OnStartLinkEvent Event

Allows you to control which tasks can serve as sources of task connectors.

Declaration

property OnStartLinkEvent: TcxSchedulerStartLinkEventEvent read; write;

Remarks

Fires when an end-user begins to drag a link from the task.

Sender specifies the scheduler.

AEvent specifies the task that owns the link.

AAllow specifies whether a connection from this task is allowed. Set AAllow to True, to let end-users complete task connector creation.

See Also