UIElement.OnVisualParentChanged Method
Invoked when the parent element of this UIElement reports a change to its underlying visual parent.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- oldParent
- Type: System.Windows.DependencyObject
The previous parent. This may be provided as null if the DependencyObject did not have a parent element previously.
If you override this method, always call the base implementation. The default base implementation performs some internal maintenance of reverse-inherited property state. Failing to call the base implementation will invalidate this state.
This method overrides Visual.OnVisualParentChanged. FrameworkElement and Window both also override the UIElement implementation of OnVisualParentChanged, and Window seals it.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.