MonobjcMonobjc Documented Class Library
SetDelegate Method (assignment)
NamespacesMonobjc.AppKitNSTokenFieldSetDelegate(Action<(Of <<'(NSTokenField..::..NSTokenFieldDelegateEventDispatcher>)>>))
Set the Delegate property of a NSTokenField instance.
Declaration Syntax
C#Visual BasicVisual C++
public void SetDelegate(
	Action<NSTokenField..::..NSTokenFieldDelegateEventDispatcher> assignment
)
Public Sub SetDelegate ( _
	assignment As Action(Of NSTokenField..::..NSTokenFieldDelegateEventDispatcher) _
)
public:
void SetDelegate(
	Action<NSTokenField..::..NSTokenFieldDelegateEventDispatcher^>^ assignment
)
Parameters
assignment (Action<(Of <(<'NSTokenField..::..NSTokenFieldDelegateEventDispatcher>)>)>)
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)