CogChangedEventImpl OnChanged Method (Object, Int64)Cognex VisionPro 9.8
This method should be called internally whenever the object's state may have changed.

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

public void OnChanged(
	Object sender,
	long stateFlags
)

Parameters

sender
Type: System Object
The object that implements the ICogChangedEvent interface.
stateFlags
Type: System Int64
The set of state flags that correspond to the parts of the object that may have changed.
See Also