Field events

Field events fire when something is about to happen with a field or when something has happened with a field. These events generally have an active InvoiceField object and Application object. Other objects may also be active.

Note All events are sent by FireEvent. The grouping described here is simply a way to list the events in a logical way. To find out whether an object is active when an event is fired, do one of these:

In addition to these events, you can fire your own events using the FireEvent method.

Note When possible, use an invoice event instead of a field event. If an operation is performed on more than one field, using an invoice event decreases interaction with the database, making the operation more efficient and less noticeable to the user.

The following field events are available:

ClassificationFieldInterpreted

ClassificationFieldInterpretedEx

DisplayField

FieldAnalyze

FieldAnalyzed

FieldComplete

FieldInterpreted

FieldTranslate

FieldValidate

FieldValidateError

InvoiceFieldValidationDone

VeriHandleValidationError

BarcodeInterpreted

Related topics

Event reference (lists the categories)