Contents

didRemoveItemNotification

Posted after an item is removed from a toolbar.

Declaration

class let didRemoveItemNotification: NSNotification.Name

Discussion

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

Key

Value

Itemkey

The NSToolbarItem object that was removed.

See Also

Related Documentation

Managing items on the toolbar