The event handler receives an argument of type FocusedColumnChangedEventArgs containing data related to this event.
The following
FocusedColumnChangedEventArgs properties provide information specific to this event.
The event is raised when end-users move focus from column to column or when changing the FocusedColumn property value via code. The following cases can take place:
- focus moves from one column to another;
- no column is focused (this can be the result of deleting the focused column);
- a column is focused after no column was focused.