Raises the MovingItem event.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 79.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.