ICogHasChanged InterfaceCognex VisionPro 9.8
Interface for the HasChanged property of a mutable, serializable object

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

public interface ICogHasChanged

The ICogHasChanged type exposes the following members.

Properties

  NameDescription
Public propertyHasChanged
Indicates if the object has changed since this property was last set to false. This property is set to true when a changed event fires, and set to false on construction and when the object is persisted.
Top
See Also