Northwoods.GoWPF 2.2.4 Assembly
GetChildrenForNode Method (ITreeModel)

Return a sequence of node data that are immediate children of a given node.
Syntax
Function GetChildrenForNode( _
   ByVal nodedata As Object _
) As IEnumerable(Of Object)
IEnumerable<object> GetChildrenForNode( 
   object nodedata
)

Parameters

nodedata

Return Value

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

Reference

ITreeModel Interface
ITreeModel Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback