TdxGanttControlSheetOptions.OnEditValueChanged Event
Allows you to respond to a cell value change.
Declaration
property OnEditValueChanged: TdxGanttControlSheetColumnEvent read; write;
Remarks
This event occurs every time a user closes an in-place editor and applies the change.
Refer to the TdxGanttControlSheetColumnEvent procedural type description for details.
See Also