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::ChangeType Property
.NET Framework (current version)
Gets a value that indicates whether the Child element was added to another element (Parent) or removed.
Assembly: PresentationCore (in PresentationCore.dll)
public: property VisualTreeChangeType ChangeType { VisualTreeChangeType get(); private: void set(VisualTreeChangeType value); }
Property Value
Type: System.Windows.Diagnostics::VisualTreeChangeTypeAn enumeration value that indicates whether the child element was 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: