Share via


NSTableView.RowViewRemoved(NSTableRowView, IntPtr) Method

Definition

[Foundation.Export("didRemoveRowView:forRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RowViewRemoved(AppKit.NSTableRowView rowView, IntPtr row);
[<Foundation.Export("didRemoveRowView:forRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowViewRemoved : AppKit.NSTableRowView * nativeint -> unit
override this.RowViewRemoved : AppKit.NSTableRowView * nativeint -> unit

Parameters

rowView
NSTableRowView
row
IntPtr

nativeint

Attributes

Applies to