Raises the MovedItem event.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 79.0.0.0
protected virtual void OnMovedItem(
int fromIndex,
int toIndex
)
protected virtual void OnMovedItem(
int fromIndex,
int toIndex
)
Protected Overridable Sub OnMovedItem (
fromIndex As Integer,
toIndex As Integer
)
Protected Overridable Sub OnMovedItem (
fromIndex As Integer,
toIndex As Integer
)
protected:
virtual void OnMovedItem(
int fromIndex,
int toIndex
)
protected:
virtual void OnMovedItem(
int fromIndex,
int toIndex
)
Parameters
- fromIndex
- Type: System Int32
Source index of item moved.
- toIndex
- Type: System Int32
gcnew index of item moved.