Interface for the HasChanged property of a mutable, serializable object
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
The ICogHasChanged type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| HasChanged |
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.
|
See Also