NSOutlineViewDelegate.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("outlineView:shouldTrackCell:forTableColumn:item:")]
public virtual bool ShouldTrackCell (AppKit.NSOutlineView outlineView, AppKit.NSCell cell, AppKit.NSTableColumn tableColumn, Foundation.NSObject item);
abstract member ShouldTrackCell : AppKit.NSOutlineView * AppKit.NSCell * AppKit.NSTableColumn * Foundation.NSObject -> bool
override this.ShouldTrackCell : AppKit.NSOutlineView * AppKit.NSCell * AppKit.NSTableColumn * Foundation.NSObject -> bool
Parameters
- outlineView
- NSOutlineView
- cell
- NSCell
- tableColumn
- NSTableColumn
- item
- NSObject
Returns
- Attributes