Raises the ReplacedItem event.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
protected override void OnReplacedItem(
int index,
Object oldValue,
Object newValue
)
protected override void OnReplacedItem(
int index,
Object oldValue,
Object newValue
)
Protected Overrides Sub OnReplacedItem (
index As Integer,
oldValue As Object,
newValue As Object
)
Protected Overrides Sub OnReplacedItem (
index As Integer,
oldValue As Object,
newValue As Object
)
protected:
virtual void OnReplacedItem(
int index,
Object^ oldValue,
Object^ newValue
) override
protected:
virtual void OnReplacedItem(
int index,
Object^ oldValue,
Object^ newValue
) override