共用方式為


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

傳回值

適用於