NSTableViewColumnRowString Delegate

Definition

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

Parameters

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

Return Value

Applies to