Skip to main content

TdxGanttControlSheetOptions.OnFocusedRowIndexChanged Event

Occurs after the focused column has been changed.

Declaration

property OnFocusedRowIndexChanged: TNotifyEvent read; write;

Remarks

This event occurs every time a user moves focus between sheet cells vertically. 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