Share via


NSTableViewCell Delegate

Definition

public delegate bool NSTableViewCell(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, IntPtr row);
type NSTableViewCell = delegate of NSTableView * NSCell * NSTableColumn * nativeint -> bool

Parameters

tableView
NSTableView
cell
NSCell
tableColumn
NSTableColumn
row
IntPtr

nativeint

Return Value

Applies to