Share via


NSTableViewCellGetter Delegate

Definition

public delegate AppKit.NSCell NSTableViewCellGetter(NSTableView tableView, NSTableColumn tableColumn, IntPtr row);
type NSTableViewCellGetter = delegate of NSTableView * NSTableColumn * nativeint -> NSCell

Parameters

tableView
NSTableView
tableColumn
NSTableColumn
row
IntPtr

nativeint

Return Value

Applies to