GoXam for WPF v3
OnLinkRemoving Method
Northwoods.GoXam Namespace > PartManager Class : OnLinkRemoving Method
a Link
Called before the link is removed from the diagram.
Syntax
protected virtual void OnLinkRemoving( 
   Link link
)

Parameters

link
a Link
Remarks

This is called by RemoveLinkForData(Object,IDiagramModel) and RemoveLinkForData(Object,Object,IDiagramModel). Removing a link will request a new automatic layout.

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