e.docSelection.visibilityChanged
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(Edited by AutoWikiBrowser) |
||
Line 2: | Line 2: | ||
{{#customTitle:e.docSelection.visibilityChanged}} | {{#customTitle:e.docSelection.visibilityChanged}} | ||
{{#parentPage:PXV:PXV_Events|e.docSelection.visibilityChanged|event}} | {{#parentPage:PXV:PXV_Events|e.docSelection.visibilityChanged|event}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
== Overview == | == Overview == | ||
− | The event is fired when | + | The event is fired when the [[PXV:IPXV_DocSelection|document selection's]] visibility was changed. |
== Parameters == | == Parameters == | ||
Line 16: | Line 15: | ||
| class="op_param_name" | Param1 | | class="op_param_name" | Param1 | ||
| style="text-align:center" | PARAM_T | | style="text-align:center" | PARAM_T | ||
− | | | + | | Contains the [[PXV:IPXV_DocSelection|document selection]] interface. |
|- | |- | ||
| class="op_param_name" | Param2 | | class="op_param_name" | Param2 | ||
| style="text-align:center" | PARAM_T | | style="text-align:center" | PARAM_T | ||
− | | | + | | Represents whether the visibility change was animated. If the value is not '''false''' then the animation was used. |
|- | |- | ||
| 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. |
Latest revision as of 04:36, 5 April 2017
Overview
The event is fired when the document selection's visibility was changed.
Parameters
Name | Type | Description |
---|---|---|
Param1 | PARAM_T | Contains the document selection interface. |
Param2 | PARAM_T | Represents whether the visibility change was animated. If the value is not false then the animation was used. |
Handled | VARIANT_BOOL | Not used. |
Result | PARAM_T | Not used. |