IPXV_Document::FireAnnotChangedEvent Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Document::FireAnnotChangedEvent Method}} | {{#customTitle:IPXV_Document::FireAnnotChangedEvent Method}} | ||
− | {{#parentPage:PXV:IPXV_Document|FireAnnotChangedEvent | + | {{#parentPage:PXV:IPXV_Document#Methods|FireAnnotChangedEvent|method}} |
{{ToReview}} | {{ToReview}} | ||
Line 17: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Document|IPXV_Document]] |
Latest revision as of 02:52, 15 June 2015
Fires event for all event listeners that the annotation was changed.
Syntax
HRESULT FireAnnotChangedEvent([in] IPXC_Annotation* pAnnot);
Parameters
- pAnnot
- [in] Pointer to IPXC_Annotation containing the changed annotation.
Return Value
Returns S_OK if operation was successful or error code in other cases.