MonobjcMonobjc Documented Class Library
MoveNodesToIndexPath Method (nodes, startingIndexPath)
NamespacesMonobjc.AppKitNSTreeControllerMoveNodesToIndexPath(NSArray, NSIndexPath)

Moves the specified tree nodes to the new index path.

Original signature is '- (void)moveNodes:(NSArray *)nodes toIndexPath:(NSIndexPath *)startingIndexPath'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MoveNodesToIndexPath(
	NSArray nodes,
	NSIndexPath startingIndexPath
)
Public Overridable Sub MoveNodesToIndexPath ( _
	nodes As NSArray, _
	startingIndexPath As NSIndexPath _
)
public:
virtual void MoveNodesToIndexPath(
	NSArray^ nodes, 
	NSIndexPath^ startingIndexPath
)
Parameters
nodes (NSArray)
An array of tree nodes.
startingIndexPath (NSIndexPath)
An index path specifying the starting position to move the tree nodes to in the receiver’s content.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)