CogSerializableCollectionBase T  OnMovingItem Method Cognex VisionPro 9.24
Raises the MovingItem event.

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