CogOverrunEventHandler DelegateCognex VisionPro 9.7
Represents the method that will handle the Overrun 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: 73.0.0.0
Syntax

public delegate void CogOverrunEventHandler(
	Object sender,
	CogOverrunEventArgs e
)
See Also