Enumeration for XFA event type.
Values of this enumeration should be used alone.
| Enumerator |
|---|
| e_EventTypeUnknown | Event type: Unknown.
|
| e_EventTypePostPrint | This kind of event is triggered just after the rendered form has been sent to the printer, spooler, or output destination.
|
| e_EventTypePrePrint | This kind of event is triggered just before the rendering for printing begins.
|
| e_EventTypeClick | This kind of event is triggered when the user clicks in the field.
|
| e_EventTypeChange | This kind of event is triggered when the user changes the field value.
|
| e_EventTypeDocClose | This kind of event is triggered at the very end of processing if and only if all validations succeeded.
|
| e_EventTypeDocReady | This kind of event is triggered before the document is rendered but after data binding.
|
| e_EventTypeEnter | This kind of event is triggered when the field gains keyboard focus, whether caused by a user action (tabbing into the field or clicking on it with the mouse) or by a script programmatically setting the preSubmit event applies only to the Form DOM ($form).
|
| e_EventTypeExit | This kind of event is triggered when keyboard focus is yielded from a field directly or indirectly within the subform to a field or other object outside the subform.
|
| e_EventTypeFull | This kind of event is triggered when the user has entered the maximum allowed amount of content into the field and tries to enter more content.
|
| e_EventTypeIndexChange | This kind of event is triggered to tell an object that it has just been added to an array or that its position in the array (its subscript) has changed.
|
| e_EventTypeInitialize | This kind of event is triggered after data binding is complete.
|
| e_EventTypeMouseDown | This kind of event is triggered when the mouse button is depressed at a moment and the mouse pointer is within the region.
|
| e_EventTypeMouseEnter | This kind of event is triggered when the user moves the mouse pointer into the region of the field, without necessarily pressing the mouse button.
|
| e_EventTypeMouseExit | This kind of event is triggered when user moves the mouse pointer out of the field, whether the mouse button is depressed or not.
|
| e_EventTypeMouseUp | This kind of event is triggered when the mouse button is released at a moment and the mouse pointer is within the region.
|
| e_EventTypePostExecute | This kind of event is triggered after a successful WSDL transaction, just after the reply to the request has been received and the received data is marshalled in the Connection Data DOM.
|
| e_EventTypePostOpen | This kind of event is related to pre-open event for drop-down choice lists.
|
| e_EventTypePostSave | This kind of event is triggered just after the form has been written out in PDF or XDP format.
|
| e_EventTypePostSign | This kind of event is triggered after successfully applying a signature.
|
| e_EventTypePostSubmit | This kind of event is triggered just after the returned data has been marshalled in the Connection Data DOM.
|
| e_EventTypePreExecute | This kind of event is triggered when a request is sent to a web service via WSDL, just after the data has been marshalled in the Connection Data DOM but before the request has been sent.
|
| e_EventTypePreOpen | This kind of event applies only to drop-down choice lists for which open="userControl" or open="onEntry". The event is intended to trigger scripts that add choices to and remove choices from the choice list.
|
| e_EventTypePreSave | This kind of event is triggered just before the form data is written out in PDF or XDP format.
|
| e_EventTypePreSign | This kind of event is triggered when a signature is about to be applied.
|
| e_EventTypePreSubmit | This kind of event is triggered just after the data has been marshalled in the Connection Data DOM but before validation and before the data is submitted to the host.
|
| e_EventTypeReady | This kind of event is triggered after an XFA DOM has finished loading.
|
| e_EventTypeValidationState | This kind of event is triggered whenever the validation state of the target changes.
|
| e_EventTypeInitCalculate | This kind of event represents the first run calculate.
|
| e_EventTypeInitVariables | This kind of event is not a real event activity, just sign script in variables.
|
| e_EventTypeCalculate | This kind of event represents a calculate operation.
|
| e_EventTypeValidate | This kind of event represents a validate operation.
|