Page::OnVisualParentChanged Method (DependencyObject^)
.NET Framework (current version)
Called when the parent of the Page is changed.
Assembly: PresentationFramework (in PresentationFramework.dll)
public protected: virtual void OnVisualParentChanged( DependencyObject^ oldParent ) override sealed
Parameters
- oldParent
-
Type:
System.Windows::DependencyObject^
The previous parent. Set to null if the DependencyObject did not have a previous parent.
| Exception | Condition |
|---|---|
| InvalidOperationException |
.NET Framework
Available since 3.0
Available since 3.0
Show: