Set the Delegate property of a NSComboBox instance.

C# | Visual Basic | Visual C++ |
public void SetDelegate( Action<NSComboBox..::..NSComboBoxDelegateEventDispatcher> assignment )
Public Sub SetDelegate ( _ assignment As Action(Of NSComboBox..::..NSComboBoxDelegateEventDispatcher) _ )
public: void SetDelegate( Action<NSComboBox..::..NSComboBoxDelegateEventDispatcher^>^ assignment )

- assignment (Action<(Of <(<'NSComboBox..::..NSComboBoxDelegateEventDispatcher>)>)>)
- The assignment of delegation methods.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)