Constructs a new instance of the CogCollectionReplaceEventArgs class.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
public CogCollectionReplaceEventArgs(
int index,
Object oldValue,
Object newValue
)
public CogCollectionReplaceEventArgs(
int index,
Object oldValue,
Object newValue
)
Public Sub New (
index As Integer,
oldValue As Object,
newValue As Object
)
Public Sub New (
index As Integer,
oldValue As Object,
newValue As Object
)
public:
CogCollectionReplaceEventArgs(
int index,
Object^ oldValue,
Object^ newValue
)
public:
CogCollectionReplaceEventArgs(
int index,
Object^ oldValue,
Object^ newValue
)
Parameters
- index
- Type: System Int32
The index at which the item is replaced.
- oldValue
- Type: System Object
The old value at the given index.
- newValue
- Type: System Object
The new value at the given index.