GoXam for WPF v3
GetChildrenForNode Method (ITreeModel)
Northwoods.GoXam.Model Namespace > ITreeModel Interface : GetChildrenForNode Method
Return a sequence of node data that are immediate children of a given node.
Syntax
IEnumerable<object> GetChildrenForNode( 
   object nodedata
)

Parameters

nodedata

Return Value

an IEnumerable of child node data; an empty sequence if there are none
See Also

Reference

ITreeModel Interface
ITreeModel Members