Skip to main content

TcxVirtualVerticalGrid.OnFocusedRecordChanged Event

Fires after the focused record has been changed.

Declaration

property OnFocusedRecordChanged: TcxVerticalGridFocusedRecordChangedEvent read; write;

Remarks

Implement the OnFocusedRecordChanged event handler to provide custom code after focus has switched to another record.

The Sender parameter specifies the vertical grid control that generated this event.

The APrevFocusedRecord parameter specifies the record that has lost focus. This parameter returns -1 value if there was no focused record before.

The AFocusedRecord parameter specifies the record that has gained focus.

See Also