VisualTreeChangeEventArgs::ChangeType Property

.NET Framework (current version)
 

Gets a value that indicates whether the Child element was added to another element (Parent) or removed.

Namespace:   System.Windows.Diagnostics
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property VisualTreeChangeType ChangeType {
	VisualTreeChangeType get();
	private: void set(VisualTreeChangeType value);
}

Property Value

Type: System.Windows.Diagnostics::VisualTreeChangeType

An 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
Return to top
Show: