e.activeDocChanged
From PDF XChange PDF SDK
(Created page with "Category:Editor {{#customTitle:e.activeDocChanged}} {{#parentPage:PXV:PXV_Events|e.activeDocChanged|event}} {{ToWrite}} {{ToReview}} == Overview == The event overview......") |
|||
Line 6: | Line 6: | ||
== Overview == | == Overview == | ||
− | The event | + | The event is fired when... |
== Parameters == | == Parameters == | ||
+ | {| class="wikitable events" | ||
+ | ! style="width:60pt;" | '''Name''' | ||
+ | ! style="width:60pt;" | '''Type''' | ||
+ | ! '''Description''' | ||
+ | |- | ||
+ | | class="op_param_name" | Param1 | ||
+ | | style="text-align:center" | PARAM_T | ||
+ | | Not used. | ||
+ | |- | ||
+ | | class="op_param_name" | Param2 | ||
+ | | style="text-align:center" | PARAM_T | ||
+ | | Not used. | ||
+ | |- | ||
+ | | class="op_param_name" | Handled | ||
+ | | style="text-align:center" | VARIANT_BOOL | ||
+ | | Specifies whether the event was handled. Marking the event as handled will cause the event sender to look at the event result and act accordingly based on the event type. | ||
+ | |- | ||
+ | | class="op_param_name" | Result | ||
+ | | style="text-align:center" | PARAM_T | ||
+ | | Specifies the result that will be used by the event sender when the event is marked as Handled. |
Revision as of 02:13, 16 December 2016
Overview
The event is fired when...
Parameters
Name | Type | Description |
---|---|---|
Param1 | PARAM_T | Not used. |
Param2 | PARAM_T | Not used. |
Handled | VARIANT_BOOL | Specifies whether the event was handled. Marking the event as handled will cause the event sender to look at the event result and act accordingly based on the event type. |
Result | PARAM_T | Specifies the result that will be used by the event sender when the event is marked as Handled. |