NSTableViewColumnPredicate Delegate

Definition

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

Parameters

tableView
NSTableView
tableColumn
NSTableColumn

Return Value

Applies to