CogExpressionChangedEventArgs DependencyEvent Property Cognex VisionPro 9.8
Flag indicating whether the sending expression was changed directly, or a dependent expression of the sender was changed. If the sender was changed directly (DependencyEvent == false), the StateFlags indicate what piece of state was changed, and Value and OldValue contain the new and previous values of that piece of state, respectively. Otherwise, Value and OldValue are null (Nothing).

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

public bool DependencyEvent { get; }

Property Value

Type: Boolean
See Also