Called when the NodeManagerSource property changes.

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

Syntax

C#
protected virtual void OnNodeManagerSourceChanged(
	NodeManager oldValue,
	NodeManager newValue
)
Visual Basic (Declaration)
Protected Overridable Sub OnNodeManagerSourceChanged ( _
	oldValue As NodeManager, _
	newValue As NodeManager _
)

See Also