CogSerializableChangedEventComponentBase ResumeAndRaiseChangedEvent Method Cognex VisionPro
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.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public void ResumeAndRaiseChangedEvent()

Implements

ICogChangedEvent ResumeAndRaiseChangedEvent 
Exceptions

ExceptionCondition
InvalidOperationExceptionIf the ChangedEventSuspended count is currently zero.
See Also