NSTableViewCell Delegate

Definition

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

Parameters

tableView
NSTableView
cell
NSCell
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint

Return Value

Applies to