---
title: columnDidMoveNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstableview/columndidmovenotification
---

# columnDidMoveNotification

Posted whenever a column is moved by user action in an NSTableView object.

## Declaration

```swift
class let columnDidMoveNotification: NSNotification.Name
```

## Discussion

Discussion The notification object is the table view in which a column moved. The userInfo dictionary contains the following information:  |   |   |

## See Also

### Related Documentation

- [moveColumn(_:toColumn:)](appkit/nstableview/movecolumn(_:tocolumn:).md)

### Notifications

- [columnDidResizeNotification](appkit/nstableview/columndidresizenotification.md)
- [selectionDidChangeNotification](appkit/nstableview/selectiondidchangenotification.md)
- [selectionIsChangingNotification](appkit/nstableview/selectionischangingnotification.md)
