Parameters
- node
- a Node
This is called by AddNodeForData. For models that are not Northwoods.GoXam.Model.ILinksModel, this will add any Links that should be connected to the new node. For models that are Northwoods.GoXam.Model.ISubGraphModel, this checks for any Group containing this new node is not IsExpandedSubGraph -- if so this node is made Visibility.Collapsed
.
Adding a node will request a new automatic layout if it does not have a Location.
The implementation of this method should not modify the model. This method cannot and should not prevent or alter the addition of the node to the diagram.