didSendActionNotification
Posted just after the application dispatches a menu item’s action method to the menu item’s target.
Declaration
class let didSendActionNotification: NSNotification.NameDiscussion
The notification object is the instance of NSMenu containing the chosen menu item. The userInfo dictionary contains the following information.
Key | Value |
|---|---|
| The menu item that was chosen. |