Contents

selectionIsChangingNotification

Posted whenever the pop-up list selection of the NSComboBox is changing.

Declaration

class let selectionIsChangingNotification: NSNotification.Name

Discussion

The notification object is the NSComboBox whose selection is changing. This notification does not contain a userInfo dictionary.

To observe this notification using Swift concurrency, use NSComboBox.SelectionIsChangingMessage.

See Also

Notifications