<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSComboBoxDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSComboBoxDelegate"
  },
  "title" : "NSComboBoxDelegate"
}
-->

# NSComboBoxDelegate

A set of optional methods implemented by delegates of combo box objects.

```
protocol NSComboBoxDelegate : NSTextFieldDelegate
```

## Topics

### Manipulating the selection

[`comboBoxSelectionDidChange(_:)`](/documentation/AppKit/NSComboBoxDelegate/comboBoxSelectionDidChange(_:))

Informs the delegate that the pop-up list selection has finished changing.

[`comboBoxSelectionIsChanging(_:)`](/documentation/AppKit/NSComboBoxDelegate/comboBoxSelectionIsChanging(_:))

Informs the delegate that the pop-up list selection is changing.

[`comboBoxWillDismiss(_:)`](/documentation/AppKit/NSComboBoxDelegate/comboBoxWillDismiss(_:))

Informs the delegate that the pop-up list is about to be dismissed.

[`comboBoxWillPopUp(_:)`](/documentation/AppKit/NSComboBoxDelegate/comboBoxWillPopUp(_:))

Informs the delegate that the pop-up list is about to be displayed.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)