Share via


NSTableViewDelegate.WillDisplayCell Method

Definition

[Foundation.Export("tableView:willDisplayCell:forTableColumn:row:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDisplayCell(AppKit.NSTableView tableView, Foundation.NSObject cell, AppKit.NSTableColumn tableColumn, IntPtr row);
[<Foundation.Export("tableView:willDisplayCell:forTableColumn:row:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDisplayCell : AppKit.NSTableView * Foundation.NSObject * AppKit.NSTableColumn * nativeint -> unit
override this.WillDisplayCell : AppKit.NSTableView * Foundation.NSObject * AppKit.NSTableColumn * nativeint -> unit

Parameters

tableView
NSTableView
cell
NSObject
tableColumn
NSTableColumn
row
IntPtr

nativeint

Implements

Attributes

Applies to