GoXam for WPF v3
InsertLink Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : InsertLink Method
This method actually implements the addition of a link between two nodes.
Syntax
protected virtual void InsertLink( 
   NodeType parentdata,
   NodeType childdata
)

Parameters

parentdata
childdata
Remarks
If ParentNodePath is not an empty string, this calls SetParentNodeKey. If ChildNodesPath is not an empty string, this calls AddChildNodeKey. This method can be overridden in case the creation of a link is more complex than the default implementation.
See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members