Contents

didAddItemNotification

Posted after a menu item is added to the menu.

Declaration

class let didAddItemNotification: NSNotification.Name

Discussion

The notification object is the instance of NSMenu that just added the new 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 added.

See Also

Notifications