NSTableViewRowPredicate Delegate

Definition

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

Parameters

tableView
NSTableView
row
System.System.IntPtr System.nativeint

Return Value

Applies to