CogChangedEventBase SuspendChangedEvent Method Cognex VisionPro 9.22 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.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public void SuspendChangedEvent()

Implements

ICogChangedEvent SuspendChangedEvent 
See Also