TdxGanttControlSheetOptions.OnFocusedColumnIndexChanged Event
Occurs after the focused column has been changed.
Declaration
property OnFocusedColumnIndexChanged: TNotifyEvent read; write;
Remarks
This event occurs every time a user moves focus between sheet cells horizontally. The Sender parameter specifies sheet options that raised the event. You can cast the Sender parameter to the TdxGanttControlSheetOptions class to access the sheet option’s class members.
See Also