C# Class NSOutlineViewAndTableViewExample.TableDelegate

Inheritance: NSTableViewDelegate
显示文件 Open project: xamarin/mac-samples

Public Methods

Method Description
GetViewForItem ( NSTableView tableView, NSTableColumn tableColumn, nint row ) : NSView
ShouldSelectRow ( NSTableView tableView, nint row ) : bool

Method Details

GetViewForItem() public method

public GetViewForItem ( NSTableView tableView, NSTableColumn tableColumn, nint row ) : NSView
tableView NSTableView
tableColumn NSTableColumn
row nint
return NSView

ShouldSelectRow() public method

public ShouldSelectRow ( NSTableView tableView, nint row ) : bool
tableView NSTableView
row nint
return bool