NSTableViewSource.ShouldTrackCell Method

Definition

[Foundation.Export("tableView:shouldTrackCell:forTableColumn:row:")]
public virtual bool ShouldTrackCell (AppKit.NSTableView tableView, AppKit.NSCell cell, AppKit.NSTableColumn tableColumn, nint row);
abstract member ShouldTrackCell : AppKit.NSTableView * AppKit.NSCell * AppKit.NSTableColumn * nint -> bool
override this.ShouldTrackCell : AppKit.NSTableView * AppKit.NSCell * AppKit.NSTableColumn * nint -> bool

Parameters

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

Returns

Attributes

Applies to