Owner's manual

DOKuStar Validation for Ascent Capture Page 48
VerifyEventArgs
VerifyEventArgs is an object that is used with some events like OnFieldChanging. When such an event
occurs, a
VerifyEventArgs object is one of the parameters of the event handling function.
VerifyEventArgs has two properties: Error, which is currently unused, and PreviousValue, which contains
the old value before the user typed something in.
Properties and methods of the
VerifyEventArgs object (excerpt):
Property/Method Returns Description
PreviousValue String
Returns the previous contents before the user
did any typing
Error String Currently unused