Window.OnVisualParentChanged Method (DependencyObject)
.NET Framework (current version)
Called when the parent of the window is changed.
Assembly: PresentationFramework (in PresentationFramework.dll)
Protected Friend Overrides NotOverridable Sub OnVisualParentChanged ( oldParent As DependencyObject )
Parameters
- oldParent
-
Type:
System.Windows.DependencyObject
The previous parent. Set to null if the DependencyObject did not have a previous parent.
.NET Framework
Available since 3.0
Available since 3.0
Show: