Raises the MovingItem event.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
protected virtual void OnMovingItem(
int fromIndex,
int toIndex
)
protected virtual void OnMovingItem(
int fromIndex,
int toIndex
)
Protected Overridable Sub OnMovingItem (
fromIndex As Integer,
toIndex As Integer
)
Protected Overridable Sub OnMovingItem (
fromIndex As Integer,
toIndex As Integer
)
protected:
virtual void OnMovingItem(
int fromIndex,
int toIndex
)
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.