VisualTreeChangeEventArgs::Child Property

.NET Framework (current version)
 

Gets the DependencyObject that was added to or removed from another element (Parent).

Namespace:   System.Windows.Diagnostics
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
Return to top
Show: