CogTrackingCollection T  OnInsertingItem Method Cognex VisionPro 9.21 SR1
Raises the InsertingItem event.

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

protected override void OnInsertingItem(
	int index,
	Object value
)

Parameters

index
Type: System Int32
Index at which the item will be inserted.
value
Type: System Object
Value of item being inserted.
See Also