e.document.toolActivated

From PDF XChange PDF SDK
Jump to: navigation, search
 
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:IPXV_Tool|IPXV_Tool]] interface of the previously active document. If no documents were active before then '''NULL''' will be passed here.
+
| Contains the [[PXV:IPXV_Tool|IPXV_Tool]] interface of the previously active tool. If no tools were active before then '''NULL''' will be passed here.
 
|-
 
|-
 
| class="op_param_name" | Param2
 
| class="op_param_name" | Param2

Latest revision as of 02:27, 12 June 2017


Overview

The event is fired when the active tool is being changed.

Parameters

Name Type Description
Param1 PARAM_T Contains the IPXV_Tool interface of the previously active tool. If no tools were active before then NULL will be passed here.
Param2 PARAM_T Not used.
Handled VARIANT_BOOL Not used.
Result PARAM_T Not used.