e.document.savePerformed
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
== Overview == | == Overview == | ||
− | The event is fired right after the document was saved. | + | The event is fired right after the document was saved. The [[PXV:IEvent|IEvent]] interface should be cast to the [[PXV:IPXV_DocSaveEvent|IPXV_DocSaveEvent]] interface. |
== Parameters == | == Parameters == |
Latest revision as of 06:08, 5 April 2017
Overview
The event is fired right after the document was saved. The IEvent interface should be cast to the IPXV_DocSaveEvent interface.
Parameters
Name | Type | Description |
---|---|---|
Param1 | PARAM_T | Contains the HRESULT of the Save Operation. |
Param2 | PARAM_T | Not used. |
Handled | VARIANT_BOOL | Not used. |
Result | PARAM_T | Not used. |