MonobjcMonobjc Documented Class Library
NSComboBoxSelectionIsChangingNotification Field
NamespacesMonobjc.AppKitNSComboBoxNSComboBoxSelectionIsChangingNotification

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

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSComboBoxSelectionIsChangingNotification
Public Shared ReadOnly NSComboBoxSelectionIsChangingNotification As NSString
public:
static initonly NSString^ NSComboBoxSelectionIsChangingNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)