Raises the InsertingItem event.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 85.1.0.0
protected virtual void OnInsertingItem(
int index,
Object value
)
protected virtual void OnInsertingItem(
int index,
Object value
)
Protected Overridable Sub OnInsertingItem (
index As Integer,
value As Object
)
Protected Overridable Sub OnInsertingItem (
index As Integer,
value As Object
)
protected:
virtual void OnInsertingItem(
int index,
Object^ value
)
protected:
virtual void OnInsertingItem(
int index,
Object^ value
)
Parameters
- index
- Type: System Int32
Index to insert item being inserted.
- value
- Type: System Object
Value of item being inserted.