Share via


NSMenuItemEventArgs(NSNotification) Constructor

Definition

Initializes a new instance of the NSMenuItemEventArgs class.

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

Parameters

notification
NSNotification

The underlying NSNotification object from the posted notification.

Applies to