共用方式為


NSTableViewCell 代理人

定義

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

參數

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

傳回值

適用於