MonobjcMonobjc Documented Class Library
SetDelegate Method (assignment)
NamespacesMonobjc.AppKitNSComboBoxSetDelegate(Action<(Of <<'(NSComboBox..::..NSComboBoxDelegateEventDispatcher>)>>))
Set the Delegate property of a NSComboBox instance.
Declaration Syntax
C#Visual BasicVisual C++
public void SetDelegate(
	Action<NSComboBox..::..NSComboBoxDelegateEventDispatcher> assignment
)
Public Sub SetDelegate ( _
	assignment As Action(Of NSComboBox..::..NSComboBoxDelegateEventDispatcher) _
)
public:
void SetDelegate(
	Action<NSComboBox..::..NSComboBoxDelegateEventDispatcher^>^ assignment
)
Parameters
assignment (Action<(Of <(<'NSComboBox..::..NSComboBoxDelegateEventDispatcher>)>)>)
The assignment of delegation methods.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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