CogSerializableCollectionBase T  OnMovedItem Method Cognex VisionPro 9.25 SR1
Raises the MovedItem event.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.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