e.document.afterSave
From PDF XChange PDF SDK
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. |