次の方法で共有


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

戻り値

適用対象