Contents

willSendActionNotification

Posted just before the application dispatches a menu item’s action method to the menu item’s target.

Declaration

class let willSendActionNotification: NSNotification.Name

Discussion

The notification object is the instance of NSMenu containing the chosen menu item. The userInfo dictionary contains the following information.

Key

Value

@"MenuItem"

The menu item that was chosen.

See Also

Notifications