Share via


NSToolbarItemEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSToolbarItemEventArgs class.

public NSToolbarItemEventArgs(Foundation.NSNotification notification);
new AppKit.NSToolbarItemEventArgs : Foundation.NSNotification -> AppKit.NSToolbarItemEventArgs

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to