Raises the RemovedItem event.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.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.