TdxGanttControlSheetOptions.OnColumnSizeChanged Event
In This Article
Allows you to respond to a column resize.
#Declaration
Delphi
property OnColumnSizeChanged: TdxGanttControlSheetColumnEvent read; write;
#Remarks
This event occurs every time a sheet column width changes.
Note
This event occurs even if the column passed as the AColumn parameter is invisible.
Refer to the TdxGanttControlSheetColumnEvent procedural type description for details.
See Also