GoXam for WPF v3
DoChildNodeKeyAdded Method (ITreeModel)
Northwoods.GoXam.Model Namespace > ITreeModel Interface : DoChildNodeKeyAdded Method
the modified node data
the key for the added child node data
This should be called when a child node data has been added to the collection of child nodes.
Syntax
void DoChildNodeKeyAdded( 
   object nodedata,
   object childkey
)

Parameters

nodedata
the modified node data
childkey
the key for the added child node data
Remarks

This is used for model update, when the model data has changed and the model itself needs to be updated to reflect those changes.

Note that this method is universal, because it can only assume the node data is of type System.Object. The corresponding methods in the generic model classes operate on and return a specific node data type.

See Also

Reference

ITreeModel Interface
ITreeModel Members