Contents

willDismissNotification

Posted whenever the pop-up list of the NSComboBox is about to be dismissed.

Declaration

class let willDismissNotification: NSNotification.Name

Discussion

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

See Also

Notifications