Share via


NSTableViewColumnRowPredicate Delegate

Definition

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

Parameters

tableView
NSTableView
tableColumn
NSTableColumn
row
IntPtr

nativeint

Return Value

Applies to