Share via


NSTableViewColumnRowString Delegado

Definición

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

Parámetros

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

Valor devuelto

Se aplica a