Visual.OnVisualChildrenChanged Method
.NET Framework 4.6 and 4.5
Called when the VisualCollection of the visual object is modified.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
protected internal virtual void OnVisualChildrenChanged( DependencyObject visualAdded, DependencyObject visualRemoved )
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
Show: