GoXam for WPF v3
RealizeTreeChildren Method
Northwoods.GoXam Namespace > PartManager Class : RealizeTreeChildren Method
This is called by ExpandTree to make sure all of the node's connected Nodes exist in the diagram.
Syntax
public virtual void RealizeTreeChildren( 
   Node parent
)

Parameters

parent
Remarks

Typically this is useful for expanding a node in a tree structure, but the graph need not be tree-structured, and the model can be any kind of model, not just Northwoods.GoXam.Model.ITreeModel.

You might want to override this method to first bring in data to the model if the needed data isn't in the model already, and then call the base method.

See Also

Reference

PartManager Class
PartManager Members