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.
Panel::OnVisualChildrenChanged Method (DependencyObject^, DependencyObject^)
.NET Framework (current version)
Invoked when the VisualCollection of a visual object is modified.
Assembly: PresentationFramework (in PresentationFramework.dll)
public protected: virtual void OnVisualChildrenChanged( DependencyObject^ visualAdded, DependencyObject^ visualRemoved ) override
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: