CogVisionDataContainer OnMovingItem Method Cognex VisionPro 9.25 SR1
Raises the MovingItem event.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 93.1.0.0
Syntax

protected virtual void OnMovingItem(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: System Int32
Index of item being moved.
toIndex
Type: System Int32
Destination index of item being moved.
See Also