GoXam for WPF v3
OnNodeRemoved Method
Northwoods.GoXam Namespace > PartManager Class : OnNodeRemoved Method
a Node
the NodeLayer that the node was removed from
Called after a node is removed from the diagram.
Syntax
protected virtual void OnNodeRemoved( 
   Node node,
   NodeLayer layer
)

Parameters

node
a Node
layer
the NodeLayer that the node was removed from
Remarks

By default this method does nothing. This is called by RemoveNodeForData.

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
OnNodeRemoving Method