MonobjcMonobjc Documented Class Library
NSOutlineView..::..OutlineViewWillDisplayCellForTableColumnItemEventHandler Delegate
NamespacesMonobjc.AppKitNSOutlineViewNSOutlineView..::..OutlineViewWillDisplayCellForTableColumnItemEventHandler

Informs the delegate that outlineView is about to display the cell specified by tableColumn and item.

Original signature is '- (void)outlineView:(NSOutlineView *)outlineView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn item:(id)item'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void OutlineViewWillDisplayCellForTableColumnItemEventHandler(
	NSOutlineView outlineView,
	Id cell,
	NSTableColumn tableColumn,
	Id item
)
Public Delegate Sub OutlineViewWillDisplayCellForTableColumnItemEventHandler ( _
	outlineView As NSOutlineView, _
	cell As Id, _
	tableColumn As NSTableColumn, _
	item As Id _
)
public delegate void OutlineViewWillDisplayCellForTableColumnItemEventHandler(
	NSOutlineView^ outlineView, 
	Id^ cell, 
	NSTableColumn^ tableColumn, 
	Id^ item
)
Parameters
outlineView (NSOutlineView)
MISSING
cell (Id)
MISSING
tableColumn (NSTableColumn)
MISSING
item (Id)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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