e.document.toolActivated
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:e.document.toolActivated}} | {{#customTitle:e.document.toolActivated}} | ||
{{#parentPage:PXV:PXV_Events|e.document.toolActivated|event}} | {{#parentPage:PXV:PXV_Events|e.document.toolActivated|event}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The event is fired when | + | The event is fired when the active tool is being changed. |
== Parameters == | == Parameters == | ||
Line 16: | 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. |
|- | |- | ||
| class="op_param_name" | Param2 | | class="op_param_name" | Param2 | ||
Line 24: | Line 23: | ||
| class="op_param_name" | Handled | | class="op_param_name" | Handled | ||
| style="text-align:center" | VARIANT_BOOL | | style="text-align:center" | VARIANT_BOOL | ||
− | | | + | | Not used. |
|- | |- | ||
| class="op_param_name" | Result | | class="op_param_name" | Result | ||
| style="text-align:center" | PARAM_T | | style="text-align:center" | PARAM_T | ||
− | | | + | | Not used. |
Revision as of 01: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 document. If no documents were active before then NULL will be passed here. |
Param2 | PARAM_T | Not used. |
Handled | VARIANT_BOOL | Not used. |
Result | PARAM_T | Not used. |