Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.OnFocusedColumnChanged Event

In This Article

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

#Declaration

Delphi
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