Share via


NSTableViewColumnRowPredicate 委托

定义

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

参数

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

返回值

适用于