Share via


NSOutlineViewDelegate_Extensions.ShouldTrackCell Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldTrackCell(this AppKit.INSOutlineViewDelegate This, AppKit.NSOutlineView outlineView, AppKit.NSCell cell, AppKit.NSTableColumn? tableColumn, Foundation.NSObject item);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldTrackCell : AppKit.INSOutlineViewDelegate * AppKit.NSOutlineView * AppKit.NSCell * AppKit.NSTableColumn * Foundation.NSObject -> bool

Parameters

outlineView
NSOutlineView
cell
NSCell
tableColumn
NSTableColumn
item
NSObject

Returns

Attributes

Applies to