VisualTreeChangeEventArgs Class
Provides data for the VisualTreeChanged event.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | VisualTreeChangeEventArgs(DependencyObject, DependencyObject, Int32, VisualTreeChangeType) | Initializes a new instance of the VisualTreeChangeEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | ChangeType | Gets a value that indicates whether the Child element was added to another element (Parent) or removed. |
![]() | Child | Gets the DependencyObject that was added to or removed from another element (Parent). |
![]() | ChildIndex | Gets the index in the Parent element’s children where the Child element is located when the add or remove operation is complete. On a removal, this value will always be -1. |
![]() | Parent | Gets the DependencyObject to which an element (Child) was either added or removed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Available since 4.6
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


