Skip to main content

TcxCustomGridTableView.OnFocusedItemChanged Event

Occurs when focus is changed to a different View item.

Declaration

property OnFocusedItemChanged: TcxGridFocusedItemChangedEvent read; write;

Remarks

Use the OnFocusedItemChanged event handler to process focus moving through the current View items. The Sender parameter identifies the View where focus movement has occurred. The APrevFocusedItem and AFocusedItem parameters identify the previously and currently focused items, respectively.

See Also