CogExpressionChangedEventArgs ContainsSender Method Cognex VisionPro 9.7
Returns true if the given object is one of the expression objects that changed in this chain of change events, otherwise false.

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

public bool ContainsSender(
	Object sender
)

Return Value

Type: Boolean
True if the given object is one of the expression objects that changed in this chain of change events, otherwise false.
See Also