MonobjcMonobjc Documented Class Library
MoveNodeToIndexPath Method (node, indexPath)
NamespacesMonobjc.AppKitNSTreeControllerMoveNodeToIndexPath(NSTreeNode, NSIndexPath)

Moves the specified tree node to the new index path.

Original signature is '- (void)moveNode:(NSTreeNode *)node toIndexPath:(NSIndexPath *)indexPath'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MoveNodeToIndexPath(
	NSTreeNode node,
	NSIndexPath indexPath
)
Public Overridable Sub MoveNodeToIndexPath ( _
	node As NSTreeNode, _
	indexPath As NSIndexPath _
)
public:
virtual void MoveNodeToIndexPath(
	NSTreeNode^ node, 
	NSIndexPath^ indexPath
)
Parameters
node (NSTreeNode)
A tree node.
indexPath (NSIndexPath)
An index path specifying the new position 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)