Cog3DCollectionEventsBase OnMovedItem Method Cognex VisionPro 9.23
Raises the MovedItem event.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 91.0.0.0
Syntax

protected virtual void OnMovedItem(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: System Int32
Source index of item moved.
toIndex
Type: System Int32
gcnew index of item moved.
See Also