Skip to main content

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:

A Task Created Using the Mouse

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