Share via


INSBrowserDelegate.WillDisplayCell Method

Definition

[Foundation.Export("browser:willDisplayCell:atRow:column:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to