GanttChart.Selection
Syntax:
Parameters:
<Values>
If the parameter type is Array, then the first item is GanttChartValue, and the second and subsequent items are GanttChartInterval (in case of overlapping intervals).
<StandardProcessing>
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.
<Date>
The date corresponding to the selection point. Applicable to the values and intervals of the Gantt chart. It takes on a value of Undefined when other objects are selected.
Description:
Note: