Panel.OnVisualChildrenChanged Method (DependencyObject, DependencyObject)
.NET Framework (current version)
Invoked when the VisualCollection of a visual object is modified.
Assembly: PresentationFramework (in PresentationFramework.dll)
Protected Friend Overrides Sub OnVisualChildrenChanged ( visualAdded As DependencyObject, visualRemoved As DependencyObject )
Parameters
- visualAdded
-
Type:
System.Windows.DependencyObject
The Visual that was added to the collection.
- visualRemoved
-
Type:
System.Windows.DependencyObject
The Visual that was removed from the collection.
ZIndex values are automatically recalculated when child elements are added to or removed from the collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: