TdxShowTaskDependencyDialogEvent Type
Declaration
TdxShowTaskDependencyDialogEvent = procedure(Sender: TObject; ALink: TdxGanttControlTaskPredecessorLink; var AHandled: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
ALink | TdxGanttControlTaskPredecessorLink |
AHandled | Boolean |
See Also