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

Parameters

link
a Link
Remarks

This is called by AddLinkForData(Object,IDiagramModel) and AddLinkForData(Object,Object,IDiagramModel). Adding a link will request a new automatic layout. If either of the link's nodes are not Visible, the link will also be made not Visible.

The implementation of this method should not modify the model. This method cannot and should not prevent or alter the addition of the link to the diagram.

See Also

Reference

PartManager Class
PartManager Members