Northwoods.GoWPF 2.2.4 Assembly
DoParentNodeChanged Method (ITreeModel)

the modified node data
This should be called when a node data's tree parent may have changed.
Syntax
Sub DoParentNodeChanged( _
   ByVal nodedata As Object _
) 
void DoParentNodeChanged( 
   object nodedata
)

Parameters

nodedata
the modified node data
Remarks

This is used for model update, when the model data has changed and the model itself needs to be updated to reflect those changes.

Note that this method is universal, because it can only assume the node data is of type System.Object. The corresponding methods in the generic model classes operate on and return a specific node data type.

Requirements
See Also

Reference

ITreeModel Interface
ITreeModel Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback