Cog3DCollectionEventsBase OnReplacingItem Method Cognex VisionPro 9.23
Raises the ReplacingItem event.

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

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

Parameters

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