Share via


NSBrowserDelegate_Extensions.WillDisplayCell Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillDisplayCell(this AppKit.INSBrowserDelegate This, AppKit.NSBrowser sender, Foundation.NSObject cell, IntPtr row, IntPtr column);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillDisplayCell : AppKit.INSBrowserDelegate * AppKit.NSBrowser * Foundation.NSObject * nativeint * nativeint -> unit

Parameters

sender
NSBrowser
cell
NSObject
row
IntPtr

nativeint

column
IntPtr

nativeint

Attributes

Applies to