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.InternalAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Implements
ICogChangedEvent ResumeAndRaiseChangedEventExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | If the ChangedEventSuspended count is currently zero. |
See Also