CogSerializableChangedEventComponentBase OnChanged Method (Int64)Cognex VisionPro 9.24
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: 91.0.0.0 (91.0.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