Raises the ReplacedItem event.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
protected virtual void OnReplacedItem(
int index,
Object oldValue,
Object newValue
)
protected virtual void OnReplacedItem(
int index,
Object oldValue,
Object newValue
)
Protected Overridable Sub OnReplacedItem (
index As Integer,
oldValue As Object,
newValue As Object
)
Protected Overridable Sub OnReplacedItem (
index As Integer,
oldValue As Object,
newValue As Object
)
protected:
virtual void OnReplacedItem(
int index,
Object^ oldValue,
Object^ newValue
)
protected:
virtual void OnReplacedItem(
int index,
Object^ oldValue,
Object^ newValue
)
Parameters
- index
- Type: System Int32
Index of item replaced.
- oldValue
- Type: System Object
Value of item replaced.
- newValue
- Type: System Object
Value of item that replaced oldValue.