GoXam for WPF v3
AddCopiedNode Method (TreeModel.CopyDictionary<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel.CopyDictionary<NodeType,NodeKey> Class : AddCopiedNode Method
a node data in the source collection
a copied node data, or null to indicate that there is no copied node data for a given source node data
Declare the mapping of a source node data to a copied node data.
Syntax
public void AddCopiedNode( 
   NodeType oldnode,
   NodeType newnode
)

Parameters

oldnode
a node data in the source collection
newnode
a copied node data, or null to indicate that there is no copied node data for a given source node data
Remarks
This will add a node data to the copies collection, associated with the source node data.
See Also

Reference

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