selectionIsChangingNotification
Posted whenever the pop-up list selection of the NSComboBox is changing.
Declaration
class let selectionIsChangingNotification: NSNotification.NameDiscussion
The notification object is the NSComboBox whose selection is changing. This notification does not contain a userInfo dictionary.