---
title: didRemoveItemNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstoolbar/didremoveitemnotification
---

# didRemoveItemNotification

Posted after an item is removed from a toolbar.

## Declaration

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

## Discussion

Discussion The notification item is the NSToolbar object that removed the item. The userInfo dictionary contains the following information:  |   |

## See Also

### Related Documentation

- [toolbarDidRemoveItem(_:)](appkit/nstoolbardelegate/toolbardidremoveitem(_:).md)

### Managing items on the toolbar

- [items](appkit/nstoolbar/items.md)
- [visibleItems](appkit/nstoolbar/visibleitems.md)
- [centeredItemIdentifiers](appkit/nstoolbar/centereditemidentifiers.md)
- [selectedItemIdentifier](appkit/nstoolbar/selecteditemidentifier.md)
- [willAddItemNotification](appkit/nstoolbar/willadditemnotification.md)
- [insertItem(withItemIdentifier:at:)](appkit/nstoolbar/insertitem(withitemidentifier:at:).md)
- [removeItem(at:)](appkit/nstoolbar/removeitem(at:).md)
