TcxCustomGridTableView.OnFocusedItemChanged Event
Occurs when focus moves to a different data item.
Declaration
property OnFocusedItemChanged: TcxGridFocusedItemChangedEvent read; write;
Remarks
Handle the OnFocusedItemChanged event to respond to focus navigation through the data items in the grid View. The Sender parameter provides access to the grid View that raised the OnFocusedItemChanged event. APrevFocusedItem and AFocusedItem parameters identify the previously and currently focused items, respectively.
See Also