Gets the previously focused column.
public TreeListColumn OldColumn { get; }
Public ReadOnly Property OldColumn As TreeListColumn
You can obtain the currently focused column via the ColumnChangedEventArgs.Column property. This property returns null (Nothing in Visual Basic) if none of the columns is currently focused.