Visual::OnVisualChildrenChanged Method (DependencyObject^, DependencyObject^)

 

Called when the VisualCollection of the visual object is modified.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public protected:
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

.NET Framework
Available since 3.0
Return to top
Show: