Raises the ReplacingItem event.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
protected override void OnReplacingItem(
int index,
Object oldValue,
Object newValue
)
protected override void OnReplacingItem(
int index,
Object oldValue,
Object newValue
)
Protected Overrides Sub OnReplacingItem (
index As Integer,
oldValue As Object,
newValue As Object
)
Protected Overrides Sub OnReplacingItem (
index As Integer,
oldValue As Object,
newValue As Object
)
protected:
virtual void OnReplacingItem(
int index,
Object^ oldValue,
Object^ newValue
) override
protected:
virtual void OnReplacingItem(
int index,
Object^ oldValue,
Object^ newValue
) override
Parameters
- index
- Type: System Int32
Index of item being replaced.
- oldValue
- Type: System Object
Value of item being replaced.
- newValue
- Type: System Object
Value of item replacing oldValue.