VisualTreeChangeEventArgs.Child Property

Definition

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

public:
 property System::Windows::DependencyObject ^ Child { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Child { get; }
member this.Child : System.Windows.DependencyObject
Public ReadOnly Property Child As DependencyObject

Property Value

The element that was added to or removed from the Parent element.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Applies to