Constructs a new instance of the CogPropertyWatcher class with the given subject and path.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Parameters
- subject
- Type: System Object
Object instance to monitor.
- path
- Type: System String
Path to property to monitor.
- deserializing
- Type: System Boolean
Extra flag used while constucting property watchers as part of the deserializing process. This helps ensure that the subject targets are fully deserialzed before we hook up to them.
See Also