Share via


NSOutlineViewDelegate.ShouldReorder(NSOutlineView, IntPtr, IntPtr) Method

Definition

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

Parameters

outlineView
NSOutlineView
columnIndex
IntPtr

nativeint

newColumnIndex
IntPtr

nativeint

Returns

Implements

Attributes

Applies to