VisualTreeChangeEventArgs.Child Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the child visual element involved in the change.
public:
property System::Object ^ Child { System::Object ^ get(); };
public object Child { get; }
member this.Child : obj
Public ReadOnly Property Child As Object