NSOutlineViewDelegate_Extensions.ShouldReorder 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldReorder(this AppKit.INSOutlineViewDelegate This, AppKit.NSOutlineView outlineView, IntPtr columnIndex, IntPtr newColumnIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldReorder : AppKit.INSOutlineViewDelegate * AppKit.NSOutlineView * nativeint * nativeint -> bool
Parameters
- outlineView
- NSOutlineView
- columnIndex
-
IntPtr
nativeint
- newColumnIndex
-
IntPtr
nativeint
Returns
- Attributes