Skip to main content

TcxCustomTreeList.OnFocusedColumnChanged Event

Enables you to perform specific actions after an active column has been changed.

Declaration

property OnFocusedColumnChanged: TcxTreeListFocusedColumnChanged read; write;

Remarks

Sender specifies the tree list.

APrevFocusedColumn specifies the column that has lost focus. APrevFocusedColumn returns nil if there was no focused column before AFocusedColumn gained focus.

AFocusedColumn specifies the column that has been focused.

See Also