e.document.afterSave
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(Edited by AutoWikiBrowser) |
||
Line 2: | Line 2: | ||
{{#customTitle:e.document.afterSave}} | {{#customTitle:e.document.afterSave}} | ||
{{#parentPage:PXV:PXV_Events|e.document.afterSave|event}} | {{#parentPage:PXV:PXV_Events|e.document.afterSave|event}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The event is fired | + | The event is fired after the document has been saved. The [[PXV:IEvent|IEvent]] interface should be cast to the [[PXV:IPXV_DocSaveEvent|IPXV_DocSaveEvent]] interface. This event is used in pair with the [[PXV:e_document_beforeSave|Before Save Event]]. |
== 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 HRESULT of the Save Document Operation. |
|- | |- | ||
| class="op_param_name" | Param2 | | class="op_param_name" | Param2 | ||
| style="text-align:center" | PARAM_T | | style="text-align:center" | PARAM_T | ||
− | | | + | | Contains data whether the Error Message will be shown. If '''0''' the Error Message won't be shown. |
|- | |- | ||
| 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. |
Latest revision as of 05:57, 5 April 2017
Overview
The event is fired after the document has been saved. The IEvent interface should be cast to the IPXV_DocSaveEvent interface. This event is used in pair with the Before Save Event.
Parameters
Name | Type | Description |
---|---|---|
Param1 | PARAM_T | Contains the HRESULT of the Save Document Operation. |
Param2 | PARAM_T | Contains data whether the Error Message will be shown. If 0 the Error Message won't be shown. |
Handled | VARIANT_BOOL | Not used. |
Result | PARAM_T | Not used. |