CancelChangingStringEventArgs PropertiesCognex VisionPro 9.22

The CancelChangingStringEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCancel
Get

Get the value of the Cancel property.

(Inherited from CancelEventArgs.)
Public propertyExceptionToThrow
Get

Get the exception that is to be thrown should the action be cancelled. This may be null.

Public propertyHandle (Inherited from CancelEventArgs.)
Public propertyNewValue

Get the new string value that will be assigned unless the action is cancelled.

Public propertyOldValue

Get the old string value that was in effect when the event was raised.

Top
See Also