NSToolbar.NSToolbarDidRemoveItemNotification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notification posted after a toolbar removes an item.
[Foundation.Advice("Use NSToolbar.Notifications.ObserveNSToolbarDidRemoveItem helper method instead.")]
[Foundation.Field("NSToolbarDidRemoveItemNotification", "AppKit")]
public static Foundation.NSString NSToolbarDidRemoveItemNotification { get; }
[<Foundation.Advice("Use NSToolbar.Notifications.ObserveNSToolbarDidRemoveItem helper method instead.")>]
[<Foundation.Field("NSToolbarDidRemoveItemNotification", "AppKit")>]
static member NSToolbarDidRemoveItemNotification : Foundation.NSString
Property Value
NSString constant, should be used as a token to NSNotificationCenter.
- Attributes
Remarks
The notification payload can be accessed using NSToolbarItemEventArgs.