GoXam for WPF v3
RemoveNode Method (TreeModel.DataCollection<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel.DataCollection<NodeType,NodeKey> Class : RemoveNode Method
the data type is the model's NodeType type parameter
Remove a node data from this collection.
Syntax
public void RemoveNode( 
   NodeType nodedata
)

Parameters

nodedata
the data type is the model's NodeType type parameter
Remarks
This is a no-op if the node data was not in the collection.
See Also

Reference

TreeModel.DataCollection<NodeType,NodeKey> Class
TreeModel.DataCollection<NodeType,NodeKey> Members