Northwoods.GoWPF 2.2.4 Assembly
DoChildNodeKeyRemoved Method (ITreeModel)

the modified node data
the key for the removed child node data
This should be called when a child node data has been removed from the collection of child nodes.
Syntax
Sub DoChildNodeKeyRemoved( _
   ByVal nodedata As Object, _
   ByVal childkey As Object _
) 
void DoChildNodeKeyRemoved( 
   object nodedata,
   object childkey
)

Parameters

nodedata
the modified node data
childkey
the key for the removed child 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