NSTableViewSource.ShouldTrackCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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