.NET Framework Class Library
Window.OnVisualParentChanged Method
Called when the parent of the window is changed.
Assembly: PresentationFramework (in PresentationFramework.dll)
Syntax
Visual Basic
Protected Friend Overrides NotOverridable Sub OnVisualParentChanged ( _ oldParent As DependencyObject _ )
C#
protected internal override sealed void OnVisualParentChanged( DependencyObject oldParent )
Visual C++
protected public: virtual void OnVisualParentChanged( DependencyObject^ oldParent ) override sealed
F#
abstract OnVisualParentChanged : oldParent:DependencyObject -> unit override OnVisualParentChanged : oldParent:DependencyObject -> unit
Parameters
- oldParent
- Type: System.Windows.DependencyObject
The previous parent. Set to null if the DependencyObject did not have a previous parent.
Version Information
.NET Framework
Supported in: 4, 3.5, 3.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also