Skip to main content

TdxGanttControlChartView.OnTaskEndCreate Event

Allows you to respond to a task created by a mouse drag-and-drop operation.

Declaration

property OnTaskEndCreate: TdxGanttControlTaskEndCreateEvent read; write;

Remarks

This event occurs when a user has created a task as shown below:

A Task Created Using the Mouse

The OnTaskEndCreate event does not occur if any of the following conditions are met:

Refer to the TdxGanttControlTaskEndCreateEvent procedural type description for details.

See Also