NSTableViewCellGetter Delegate

Definition

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

Parameters

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

Return Value

Applies to