NSTableViewColumnRowPredicate Delegate

Definition

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

Parameters

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

Return Value

Applies to