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

Definition

[Foundation.Export("moveItemAtIndex:inParent:toIndex:inParent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MoveItem (nint fromIndex, Foundation.NSObject oldParent, nint toIndex, Foundation.NSObject newParent);
abstract member MoveItem : nint * Foundation.NSObject * nint * Foundation.NSObject -> unit
override this.MoveItem : nint * Foundation.NSObject * nint * Foundation.NSObject -> unit

Parameters

fromIndex
System.System.IntPtr System.nativeint
oldParent
NSObject
toIndex
System.System.IntPtr System.nativeint
newParent
NSObject
Attributes

Applies to