CogImageFileJPEG SuspendChangedEvent Method Cognex VisionPro 9.21 SR1
Temporarily suspends the raising of the Changed event. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 85.1.0.0
Syntax

public virtual void SuspendChangedEvent()

Implements

ICogChangedEvent SuspendChangedEvent 
See Also