GoXam for WPF v3
OnLinkRemoved Method
Northwoods.GoXam Namespace > PartManager Class : OnLinkRemoved Method
a Link
the LinkLayer that the link was removed from
Called after the link is removed from the diagram.
Syntax
protected virtual void OnLinkRemoved( 
   Link link,
   LinkLayer layer
)

Parameters

link
a Link
layer
the LinkLayer that the link was removed from
Remarks

This is called by RemoveLinkForData(Object,IDiagramModel) and RemoveLinkForData(Object,Object,IDiagramModel). By default this method does nothing.

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

See Also

Reference

PartManager Class
PartManager Members
OnLinkRemoving Method