MonobjcMonobjc Documented Class Library
NSMenuDidRemoveItemNotification Field
NamespacesMonobjc.AppKitNSMenuNSMenuDidRemoveItemNotification

Posted after a menu item is removed from the menu.

NSMenu

userInfo

KeyValue@"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.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSMenuDidRemoveItemNotification
Public Shared ReadOnly NSMenuDidRemoveItemNotification As NSString
public:
static initonly NSString^ NSMenuDidRemoveItemNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)