| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.6 and later. |
| Companion guide | |
| Declared in | NSComboBox.h |
The NSComboBoxDelegate protocol defines the optional methods implemented by delegates of NSComboBox objects.
Informs the delegate that the pop-up list selection has finished changing.
- (void)comboBoxSelectionDidChange:(NSNotification *)notification
A notification named NSComboBoxSelectionDidChangeNotification.
NSComboBox.hInforms the delegate that the pop-up list selection is changing.
- (void)comboBoxSelectionIsChanging:(NSNotification *)notification
A notification named NSComboBoxSelectionIsChangingNotification.
NSComboBox.hInforms the delegate that the pop-up list is about to be dismissed.
- (void)comboBoxWillDismiss:(NSNotification *)notification
A notification named NSComboBoxWillDismissNotification.
NSComboBox.hInforms the delegate that the pop-up list is about to be displayed.
- (void)comboBoxWillPopUp:(NSNotification *)notification
A notification named NSComboBoxWillPopUpNotification.
NSComboBox.hLast updated: 2009-04-30