CogSerializableCollectionBase OnReplacedItem Method Cognex VisionPro 9.21 SR1
Raises the ReplacedItem event.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 85.1.0.0 (85.1.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