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