Share via


NSTableViewRowPredicate Delegate

Definition

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

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Return Value

Applies to