e.bookmarks.invalidate
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
== Overview == | == Overview == | ||
− | The event is fired when. | + | The event is fired when the bookmarks should be invalidated. The [[PXV:IEvent|IEvent]] interface should be cast to the [[PXV:IPXV_BookmEvent|IPXV_BookmEvent]] interface to read the [[PXV:IPXV_BookmList|IPXV_BookmList]] containing the bookmarks that will be invalidated. |
== Parameters == | == Parameters == | ||
Line 16: | Line 16: | ||
| class="op_param_name" | Param1 | | class="op_param_name" | Param1 | ||
| style="text-align:center" | PARAM_T | | style="text-align:center" | 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. |
|- | |- | ||
| class="op_param_name" | Param2 | | class="op_param_name" | Param2 | ||
Line 24: | Line 24: | ||
| class="op_param_name" | Handled | | class="op_param_name" | Handled | ||
| style="text-align:center" | VARIANT_BOOL | | style="text-align:center" | VARIANT_BOOL | ||
− | | | + | | Not used. |
|- | |- | ||
| class="op_param_name" | Result | | class="op_param_name" | Result | ||
| style="text-align:center" | PARAM_T | | style="text-align:center" | PARAM_T | ||
− | | | + | | Not used. |
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. |