Share via


NSOutlineView.MoveItem(IntPtr, NSObject, IntPtr, NSObject) Method

Definition

[Foundation.Export("moveItemAtIndex:inParent:toIndex:inParent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveItem(IntPtr fromIndex, Foundation.NSObject? oldParent, IntPtr toIndex, Foundation.NSObject? newParent);
[<Foundation.Export("moveItemAtIndex:inParent:toIndex:inParent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveItem : nativeint * Foundation.NSObject * nativeint * Foundation.NSObject -> unit
override this.MoveItem : nativeint * Foundation.NSObject * nativeint * Foundation.NSObject -> unit

Parameters

fromIndex
IntPtr

nativeint

oldParent
NSObject
toIndex
IntPtr

nativeint

newParent
NSObject
Attributes

Applies to