Windows apps
Collapse the table of content
Expand the table of content
Information
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.

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:
© 2017 Microsoft