Construct an instance of this class with the specified values for the old and new strings.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public CancelChangingStringEventArgs(
string oldValue,
string newValue
)
public CancelChangingStringEventArgs(
string oldValue,
string newValue
)
Public Sub New (
oldValue As String,
newValue As String
)
Public Sub New (
oldValue As String,
newValue As String
)
public:
CancelChangingStringEventArgs(
String^ oldValue,
String^ newValue
)
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.