Raises the InsertedItem event and the Changed event.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 91.0.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 item was inserted.
- value
- Type: System Object
Value of item inserted.