TcxSchedulerGanttView.OnShowTaskDependencyEditor Event
Allows you to customize the Task Dependency dialog invocation.
Declaration
property OnShowTaskDependencyEditor: TcxSchedulerShowTaskDependencyEditorEvent read; write;
Remarks
Fires after an end-user has clicked a task link.
Sender specifies the scheduler.
ALink specifies the clicked link.
AHandled specifies whether the default behavior is required. Set AHandled to True, to prevent the default code execution. This can be used, for example, if you display a custom task dependency editor dialog.
See Also