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

Parameters

node
a Node
Remarks

This removes all links that are connected to the node. This is called by RemoveNodeForData.

Removing a node will request a new automatic layout if it has a Location.

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

See Also

Reference

PartManager Class
PartManager Members