CogTrackingCollection T  OnReplacingItem Method Cognex VisionPro 9.10
Raises the ReplacingItem event.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

protected override 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