GoXam for WPF v3
DeleteChildNodeKey Method
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : DeleteChildNodeKey Method
the node data to be modified
the key value of the "child" node data
This method actually implements the modification of a node data so that it's collection of children node data does not include a given childkey.
Syntax
protected virtual void DeleteChildNodeKey( 
   NodeType nodedata,
   NodeKey childkey
)

Parameters

nodedata
the node data to be modified
childkey
the key value of the "child" node data
Remarks
This method can be overridden in case the FindChildNodeKeysForNode sequence is not an System.Collections.IList or an IList.
See Also

Reference

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