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.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
Events
| Event Type | Reason |
|---|---|
| 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
| Exception | Condition |
|---|---|
| InvalidOperationException | If the ChangedEventSuspended count is currently zero. |
See Also