Called when the RootNodes property changes.

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

Syntax

C#
protected virtual void OnRootNodesChanged(
	IEnumerable<Node> oldRootNodes,
	IEnumerable<Node> newRootNodes
)
Visual Basic (Declaration)
Protected Overridable Sub OnRootNodesChanged ( _
	oldRootNodes As IEnumerable(Of Node), _
	newRootNodes As IEnumerable(Of Node) _
)

Parameters

oldRootNodes
Type: System.Collections.Generic..::.IEnumerable<(Of <(Node>)>)
newRootNodes
Type: System.Collections.Generic..::.IEnumerable<(Of <(Node>)>)

See Also