UInt8Collection SuspendChangedEvent Method Cognex VisionPro 9.20

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public override void SuspendChangedEvent()

Implements

IChangedEvent SuspendChangedEvent 
See Also