CogMovePartEventHandler DelegateCognex VisionPro 9.8
Represents the method that will handle the MovePart event of an ICogAcqFifo. The method must have the same parameters as this delegate.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public delegate void CogMovePartEventHandler(
	Object sender,
	CogMovePartEventArgs e
)
See Also