INSBrowserDelegate.WillDisplayCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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