Share via


NSTableViewColumnRowPredicate Delegado

Definición

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

Parámetros

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

Valor devuelto

Se aplica a