CogTrackingCollection T  OnRemovedItem Method Cognex VisionPro 9.24
Raises the RemovedItem event.

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

protected override void OnRemovedItem(
	int index,
	Object value
)

Parameters

index
Type: System Int32
Index of item removed.
value
Type: System Object
Value of item removed.
See Also