GoXam for WPF v3
OnNodeAdded Method
Northwoods.GoXam Namespace > PartManager Class : OnNodeAdded Method
a Node
Called after a node is added to the diagram.
Syntax
protected virtual void OnNodeAdded( 
   Node node
)

Parameters

node
a Node
Remarks

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.

See Also

Reference

PartManager Class
PartManager Members