GoXam for WPF v3
DoRebuildNodeElements Method
Northwoods.GoXam Namespace > PartManager Class : DoRebuildNodeElements Method
Make new Nodes for all of model data and add them to the Diagram.
Syntax
protected virtual void DoRebuildNodeElements()
Remarks

This will call AddNodeForData for each of the node data objects in the model. It also calls AddNodeForData for each Node that is in the Diagram's PartsModel.

This is called by RebuildNodeElements.

The implementation of this method and the methods that it calls should not modify the model.

See Also

Reference

PartManager Class
PartManager Members