CogSerializableCollectionBase OnMovedItem Method Cognex VisionPro 9.21
Raises the MovedItem event.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 83.0.0.0 (83.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
New index of item moved.
See Also