Raises the RemovedItem event.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 79.0.0.0
protected virtual void OnRemovedItem(
int index,
Object value
)
protected virtual void OnRemovedItem(
int index,
Object value
)
Protected Overridable Sub OnRemovedItem (
index As Integer,
value As Object
)
Protected Overridable Sub OnRemovedItem (
index As Integer,
value As Object
)
protected:
virtual void OnRemovedItem(
int index,
Object^ value
)
protected:
virtual void OnRemovedItem(
int index,
Object^ value
)
Parameters
- index
- Type: System Int32
Index of item removed.
- value
- Type: System Object
Value of item removed.