Share via


NSTableViewCell Delegado

Definición

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

Parámetros

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

Valor devuelto

Se aplica a