GoXam for WPF v3
RemoveNodeForData Method
Northwoods.GoXam Namespace > PartManager Class : RemoveNodeForData Method
Remove any Node in this diagram that exists for the nodedata.
Syntax
public void RemoveNodeForData( 
   object nodedata,
   IDiagramModel model
)

Parameters

nodedata
model
Remarks

This calls OnNodeRemoving before the node is removed from its layer, and OnNodeRemoved afterwards.

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