Share via


INSTableViewDelegate.ShouldTrackCell Method

Definition

[Foundation.Export("tableView:shouldTrackCell:forTableColumn:row:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldTrackCell(AppKit.NSTableView tableView, AppKit.NSCell cell, AppKit.NSTableColumn tableColumn, IntPtr row);
[<Foundation.Export("tableView:shouldTrackCell:forTableColumn:row:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldTrackCell : AppKit.NSTableView * AppKit.NSCell * AppKit.NSTableColumn * nativeint -> bool
override this.ShouldTrackCell : AppKit.NSTableView * AppKit.NSCell * AppKit.NSTableColumn * nativeint -> bool

Parameters

tableView
NSTableView
cell
NSCell
tableColumn
NSTableColumn
row
IntPtr

nativeint

Returns

Attributes

Applies to