CogSerializableChangedEventComponentBase OnChanged Method (Int64)Cognex VisionPro 9.22 SR1
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: 87.1.0.0 (87.1.0.0)
Syntax

protected void OnChanged(
	long stateFlags
)

Parameters

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