Contents

willPopUpNotification

Posted whenever the pop-up list of the NSComboBox is going to be displayed.

Declaration

class let willPopUpNotification: NSNotification.Name

Discussion

The notification object is the NSComboBox whose pop-up window will be displayed. This notification does not contain a userInfo dictionary.

See Also

Notifications