The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
VisualTreeChangeEventArgs::Parent Property
.NET Framework (current version)
Gets the DependencyObject to which an element (Child) was either added or removed.
Assembly: PresentationCore (in PresentationCore.dll)
public: property DependencyObject^ Parent { DependencyObject^ get(); private: void set(DependencyObject^ value); }
Property Value
Type: System.Windows::DependencyObject^The element to which the child element was either added or removed.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
.NET Framework
Available since 4.6
Available since 4.6
Show: