e.document.fieldFocusChanged

From PDF XChange PDF SDK
Jump to: navigation, search
(Parameters)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
== Overview ==
 
== Overview ==
The event is fired when the Form Field's focus has been changed.
+
The event is fired when the [[PXV:IPXC_FormField|Form Field's]] focus has been changed.
  
 
== Parameters ==
 
== Parameters ==
Line 15: Line 15:
 
| class="op_param_name" | Param1
 
| class="op_param_name" | Param1
 
| style="text-align:center" | PARAM_T
 
| style="text-align:center" | PARAM_T
| Contains the [[PXV:IPXC_Annotation|Widget Annotation]] of the Form Field which focus has been changed.
+
| Contains the [[PXV:IPXC_Annotation|Widget Annotation]] of the [[PXV:IPXC_FormField|Form Field]] which focus has been aquired. This parameter will be '''0''' when the [[PXV:IPXC_FormField|Form Field's]] focus was lost.
 
|-
 
|-
 
| class="op_param_name" | Param2
 
| class="op_param_name" | Param2

Latest revision as of 23:07, 3 April 2017


Overview

The event is fired when the Form Field's focus has been changed.

Parameters

Name Type Description
Param1 PARAM_T Contains the Widget Annotation of the Form Field which focus has been aquired. This parameter will be 0 when the Form Field's focus was lost.
Param2 PARAM_T Not used.
Handled VARIANT_BOOL Not used.
Result PARAM_T Not used.