Share via


NSOutlineViewDelegate.ShouldTrackCell Method

Definition

[Foundation.Export("outlineView:shouldTrackCell:forTableColumn:item:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldTrackCell(AppKit.NSOutlineView outlineView, AppKit.NSCell cell, AppKit.NSTableColumn? tableColumn, Foundation.NSObject item);
[<Foundation.Export("outlineView:shouldTrackCell:forTableColumn:item:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to