Verifyeventargs – Kofax DOKuStar Validation User Manual

Page 65

Advertising
background image

DOKuStar Validation Programming Manual

Page

61

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

Advertising