e.attachments.inserted
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:e.attachments.inserted}} | {{#customTitle:e.attachments.inserted}} | ||
{{#parentPage:PXV:PXV_Events|e.attachments.inserted|event}} | {{#parentPage:PXV:PXV_Events|e.attachments.inserted|event}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The event is fired when | + | The event is fired when the attachments have been added to the document. |
== 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_AttachList|list of the attachments]] that were added. |
|- | |- | ||
| class="op_param_name" | Param2 | | class="op_param_name" | Param2 | ||
| style="text-align:center" | PARAM_T | | style="text-align:center" | PARAM_T | ||
− | | | + | | Contains the [[PXV:IUniqueStrings|list of the names of the attachments]] that were added. |
|- | |- | ||
| 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 07:53, 16 December 2016
Overview
The event is fired when the attachments have been added to the document.
Parameters
Name | Type | Description |
---|---|---|
Param1 | PARAM_T | Contains the list of the attachments that were added. |
Param2 | PARAM_T | Contains the list of the names of the attachments that were added. |
Handled | VARIANT_BOOL | Not used. |
Result | PARAM_T | Not used. |