Share via


NSTableViewDelegate.ShouldReorder(NSTableView, IntPtr, IntPtr) Method

Definition

[Foundation.Export("tableView:shouldReorderColumn:toColumn:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReorder(AppKit.NSTableView tableView, IntPtr columnIndex, IntPtr newColumnIndex);
[<Foundation.Export("tableView:shouldReorderColumn:toColumn:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldReorder : AppKit.NSTableView * nativeint * nativeint -> bool
override this.ShouldReorder : AppKit.NSTableView * nativeint * nativeint -> bool

Parameters

tableView
NSTableView
columnIndex
IntPtr

nativeint

newColumnIndex
IntPtr

nativeint

Returns

Implements

Attributes

Applies to