Raises the InsertedItem event.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
protected virtual void OnInsertedItem(
int index,
Object value
)
protected virtual void OnInsertedItem(
int index,
Object value
)
Protected Overridable Sub OnInsertedItem (
index As Integer,
value As Object
)
Protected Overridable Sub OnInsertedItem (
index As Integer,
value As Object
)
protected:
virtual void OnInsertedItem(
int index,
Object^ value
)
protected:
virtual void OnInsertedItem(
int index,
Object^ value
)
Parameters
- index
- Type: System Int32
Index at which the item has been inserted.
- value
- Type: System Object
Value of the item inserted.