Visual.OnVisualChildrenChanged Method (DependencyObject, DependencyObject)
.NET Framework (current version)
Called when the VisualCollection of the visual object is modified.
Assembly: PresentationCore (in PresentationCore.dll)
Protected Friend Overridable 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
.NET Framework
Available since 3.0
Available since 3.0
Show: