CancelChangingStringEventArgs Constructor Cognex VisionPro 9.22

Construct an instance of this class with the specified values for the old and new strings.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public CancelChangingStringEventArgs(
	string oldValue,
	string newValue
)

Parameters

oldValue
Type: System String
The value of the subject string as it exists now.
newValue
Type: System String
The value that will be assigned to the string after the event is processed without cancellation.
See Also