TdxGanttControlChartView.OnTaskStartCreate Event
Allows you to cancel a drag-and-drop operation that is about to create a task in the chart.
Declaration
property OnTaskStartCreate: TdxGanttControlTaskStartCreateEvent read; write;
Remarks
This event occurs when a user attempts to create a task in the chart as shown below:
Refer to the TdxGanttControlTaskStartCreateEvent type description for details.
Note
The following events are not fired if you pass False as the OnTaskStartCreate event’s AAllow parameter:
See Also