---
title: itemDidExpandNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsoutlineview/itemdidexpandnotification
---

# itemDidExpandNotification

Posted whenever an item is expanded in an NSOutlineView object.

## Declaration

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

## Discussion

Discussion The notification object is the NSOutlineView object in which an item was expanded. The userInfo dictionary contains the following information:  |   |  To observe this notification using Swift concurrency, use NSOutlineView.ItemDidExpandMessage.

## See Also

### Notifications

- [columnDidMoveNotification](appkit/nsoutlineview/columndidmovenotification.md)
- [columnDidResizeNotification](appkit/nsoutlineview/columndidresizenotification.md)
- [itemDidCollapseNotification](appkit/nsoutlineview/itemdidcollapsenotification.md)
- [itemWillCollapseNotification](appkit/nsoutlineview/itemwillcollapsenotification.md)
- [itemWillExpandNotification](appkit/nsoutlineview/itemwillexpandnotification.md)
- [selectionDidChangeNotification](appkit/nsoutlineview/selectiondidchangenotification.md)
- [selectionIsChangingNotification](appkit/nsoutlineview/selectionischangingnotification.md)
