NSToolbar.NSToolbarDidRemoveItemNotification Property

Definition

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.

Applies to