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