Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

Visual.OnVisualChildrenChanged Method

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

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft