Cog3DCollectionEventsBase OnReplacedItem Method Cognex VisionPro 9.10
Raises the ReplacedItem event.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 79.0.0.0
Syntax

protected virtual void OnReplacedItem(
	int index,
	Object oldValue,
	Object newValue
)

Parameters

index
Type: System Int32
Index of item replaced.
oldValue
Type: System Object
Value of item replaced.
newValue
Type: System Object
Value of item that replaced oldValue.
See Also