GoXam for WPF v3
AddChildNodeKey Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : AddChildNodeKey Method
the node data to be modified
the key value of the "child" node data
Add a "child" node data's key value to a node data's list of "children".
Syntax
public void AddChildNodeKey( 
   NodeType nodedata,
   NodeKey childkey
)

Parameters

nodedata
the node data to be modified
childkey
the key value of the "child" node data
Remarks
This calls InsertChildNodeKey This is an error if Modifiable is false.
See Also

Reference

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