Contents

didRemoveItemNotification

Posted after a menu item is removed from the menu.

Declaration

class let didRemoveItemNotification: NSNotification.Name

Discussion

The notification object is the instance of NSMenu that just removed the menu item. The userInfo dictionary contains the following information.

Key

Value

@"NSMenuItemIndex"

An NSNumber object containing the integer index of the menu item that was removed. Note that this index may no longer be valid and in any event no longer points to the menu item that was removed.

See Also

Notifications