GoXam for WPF v3
ModifyChildNodeKeys Method
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : ModifyChildNodeKeys Method
the node data to be modified
a sequence of "child" node data key values
This method actually implements the replacement of a node data's collection of child node keys.
Syntax
protected virtual void ModifyChildNodeKeys( 
   NodeType nodedata,
   IEnumerable childkeys
)

Parameters

nodedata
the node data to be modified
childkeys
a sequence of "child" node data key values
Remarks
This method can be overridden in case the ChildNodesPath property path is not flexible enough or fast enough to get the key for a node.
See Also

Reference

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