Raises the MovedItem event.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.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
New index of item moved.