TdxGanttControlSheetOptions.OnEditValueChanged Event
In This Article
Allows you to respond to a cell value change.
#Declaration
Delphi
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