e.bookmarks.invalidate
From PDF XChange PDF SDK
(Label ToWrite removed) |
|||
Line 2: | Line 2: | ||
{{#customTitle:e.bookmarks.invalidate}} | {{#customTitle:e.bookmarks.invalidate}} | ||
{{#parentPage:PXV:PXV_Events|e.bookmarks.invalidate|event}} | {{#parentPage:PXV:PXV_Events|e.bookmarks.invalidate|event}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
Latest revision as of 03:06, 29 December 2016
Overview
The event is fired when the bookmarks should be invalidated. The IEvent interface should be cast to the IPXV_BookmEvent interface to read the IPXV_BookmList containing the bookmarks that will be invalidated.
Parameters
Name | Type | Description |
---|---|---|
Param1 | PARAM_T | Specifies whether the bookmarks list will be fully reloaded or just redrawn. If it needs to be fully reloaded then Param1 will greater then 0. |
Param2 | PARAM_T | Not used. |
Handled | VARIANT_BOOL | Not used. |
Result | PARAM_T | Not used. |