Called when the Node property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

C#
protected virtual void OnNodeChanged(
	Node oldNode,
	Node newNode
)
Visual Basic (Declaration)
Protected Overridable Sub OnNodeChanged ( _
	oldNode As Node, _
	newNode As Node _
)

See Also