CogCollectionWatcher Subject_ReplacingItem Method Cognex VisionPro 9.10
This section handles events from the subject collection and updates the grids rows to match

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

protected virtual void Subject_ReplacingItem(
	Object sender,
	CogCollectionReplaceEventArgs e
)

Parameters

sender
Type: System Object
e
Type: Cognex.VisionPro CogCollectionReplaceEventArgs
See Also