ICogChangedEvent ChangedEventSuspended Property Cognex VisionPro 9.8
Indicates if the raising of the Changed event has been suspended.

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

int ChangedEventSuspended { get; }

Property Value

Type: Int32
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
See Also