Click or drag to resize
AB4D logo

ContentVisual3DOnVisualChildrenChanged Method

Called when the Visual3DCollection of the visual object is modified.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected override void OnVisualChildrenChanged(
	DependencyObject visualAdded,
	DependencyObject visualRemoved
)

Parameters

visualAdded  DependencyObject
The Visual3D that was added to the collection.
visualRemoved  DependencyObject
The Visual3D that was removed from the collection.
See Also