CogChangedEventSuspender ClassCognex VisionPro 9.8
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

System Object
  Cognex.VisionPro.Implementation CogChangedEventSuspender

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

public sealed class CogChangedEventSuspender : IDisposable

The CogChangedEventSuspender type exposes the following members.

Constructors

  NameDescription
Public methodCogChangedEventSuspender
Top
Methods

  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also