Set the Delegate property of a NSTokenField instance.
| C# | Visual Basic | Visual C++ |
public void SetDelegate( Action<NSTokenField..::..NSTokenFieldDelegateEventDispatcher> assignment )
Public Sub SetDelegate ( _ assignment As Action(Of NSTokenField..::..NSTokenFieldDelegateEventDispatcher) _ )
public: void SetDelegate( Action<NSTokenField..::..NSTokenFieldDelegateEventDispatcher^>^ assignment )
- assignment (Action<(Of <(<'NSTokenField..::..NSTokenFieldDelegateEventDispatcher>)>)>)
- The assignment of delegation methods.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)