IPXV_Document::FireAnnotDeletedEvent Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT FireAnnotDeletedEvent([in] IPXC_Annotation* | + | <pre class="brush:cpp;gutter:false">HRESULT FireAnnotDeletedEvent([in] IPXC_Annotation* Annot);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Annot |
:[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] containing the deleted annotation. | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] containing the deleted annotation. | ||
Revision as of 06:28, 12 June 2015
Fires event for all event listeners that the annotation was deleted.
Syntax
HRESULT FireAnnotDeletedEvent([in] IPXC_Annotation* Annot);
Parameters
- Annot
- [in] Pointer to IPXC_Annotation containing the deleted annotation.
Return Value
Returns S_OK if operation was successful or error code in other cases.