CogExpressionChangedEventArgs ContainsSender Method Cognex VisionPro 9.22 SR1
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: 87.1.0.0 (87.1.0.0)
Syntax

public bool ContainsSender(
	Object sender
)

Parameters

sender
Type: System Object
An object to check.

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