Share via


NSBrowserDelegate.WillDisplayCell(NSBrowser, NSObject, IntPtr, IntPtr) Method

Definition

[Foundation.Export("browser:willDisplayCell:atRow:column:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillDisplayCell(AppKit.NSBrowser sender, Foundation.NSObject cell, IntPtr row, IntPtr column);
[<Foundation.Export("browser:willDisplayCell:atRow:column:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillDisplayCell : AppKit.NSBrowser * Foundation.NSObject * nativeint * nativeint -> unit
override this.WillDisplayCell : AppKit.NSBrowser * Foundation.NSObject * nativeint * nativeint -> unit

Parameters

sender
NSBrowser
cell
NSObject
row
IntPtr

nativeint

column
IntPtr

nativeint

Implements

Attributes

Applies to