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::Child Property
.NET Framework (current version)
Gets the DependencyObject that was added to or removed from another element (Parent).
Assembly: PresentationCore (in PresentationCore.dll)
public: property DependencyObject^ Child { DependencyObject^ get(); private: void set(DependencyObject^ value); }
Property Value
Type: System.Windows::DependencyObject^The element that was added to or removed from the Parent element.
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: