Invoked when the parent element of this UIElement reports a change to its underlying visual parent.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void OnVisualParentChanged(
	DependencyObject oldParent
)
Visual Basic (Declaration)
Protected Overrides Sub OnVisualParentChanged ( _
	oldParent As DependencyObject _
)

Parameters

oldParent
Type: System.Windows..::.DependencyObject
The previous parent.

See Also