This class is intended to be used in cases where paired calls to
ChangedEventSuspended and ResumeAndRaiseChangedEvent are needed. Class
users will instantiate the class in a C# using statement. The
constructor will automatically call ChangedEventSuspended; Dispose will
call ResumeAndRaiseChangedEvent.
Inheritance Hierarchy
Cognex.VisionPro.Implementation CogChangedEventSuspender
Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax
The CogChangedEventSuspender type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogChangedEventSuspender |
Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also