IPXV_Document::FireBookmarkChangedEvent 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 FireBookmarkChangedEvent([in] IPXC_Bookmark* | + | <pre class="brush:cpp;gutter:false">HRESULT FireBookmarkChangedEvent([in] IPXC_Bookmark* Bookmark);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Bookmark |
:[in] Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] containing the changed bookmark. | :[in] Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] containing the changed bookmark. | ||
Revision as of 06:28, 12 June 2015
Fires event for all event listeners that the bookmark was changed.
Syntax
HRESULT FireBookmarkChangedEvent([in] IPXC_Bookmark* Bookmark);
Parameters
- Bookmark
- [in] Pointer to IPXC_Bookmark containing the changed bookmark.
Return Value
Returns S_OK if operation was successful or error code in other cases.