Raises the RemovingItem event.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
protected virtual void OnRemovingItem(
int index,
Object value
)
protected virtual void OnRemovingItem(
int index,
Object value
)
Protected Overridable Sub OnRemovingItem (
index As Integer,
value As Object
)
Protected Overridable Sub OnRemovingItem (
index As Integer,
value As Object
)
protected:
virtual void OnRemovingItem(
int index,
Object^ value
)
protected:
virtual void OnRemovingItem(
int index,
Object^ value
)
Parameters
- index
- Type: System Int32
Index of item being removed.
- value
- Type: System Object
Value of item being removed.