ICogChangedEvent ResumeAndRaiseChangedEvent Method Cognex VisionPro 9.5
Re-enables raising of the Changed event after SuspendChangedEvent has been called, and raises the Changed event if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

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

void ResumeAndRaiseChangedEvent()
Events

Event TypeReason
VisionProChangedEvent Fires if the ChangedEventSuspended count is decremented to zero and a Changed event had been suppressed one or more times while changed events were suspended.
Exceptions

ExceptionCondition
InvalidOperationException If the ChangedEventSuspended count is currently zero.
See Also