CogHashtable OnChanged Method Cognex VisionPro 9.20
This method should be called internally whenever the object's state may have changed.

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

protected virtual 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