Contents

selectionDidChangeNotification

Posted after the pop-up list selection of the NSComboBox changes.

Declaration

class let selectionDidChangeNotification: NSNotification.Name

Discussion

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

See Also

Notifications