Called when the Parent property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
protected virtual void OnParentChanged(
	Node oldParent,
	Node newParent
)
Visual Basic (Declaration)
Protected Overridable Sub OnParentChanged ( _
	oldParent As Node, _
	newParent As Node _
)

Parameters

oldParent
Type: DlhSoft.Windows.Data..::.Node
newParent
Type: DlhSoft.Windows.Data..::.Node

See Also