Raises the InsertingItem event.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
protected override void OnInsertingItem(
int index,
Object value
)
protected override void OnInsertingItem(
int index,
Object value
)
Protected Overrides Sub OnInsertingItem (
index As Integer,
value As Object
)
Protected Overrides Sub OnInsertingItem (
index As Integer,
value As Object
)
protected:
virtual void OnInsertingItem(
int index,
Object^ value
) override
protected:
virtual void OnInsertingItem(
int index,
Object^ value
) override
Parameters
- index
- Type: System Int32
Index at which the item will be inserted.
- value
- Type: System Object
Value of item being inserted.