e.app.settingsChanged

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 5: Line 5:
  
 
== Overview ==
 
== Overview ==
The event is fired when the application settings have been changed.
+
The event is fired when the application settings have been changed. The [[PXV:IEvent|IEvent]] interface should be cast to the [[PXV:IPXV_AppSettingsEvent|IPXV_AppSettingsEvent]] interface to read the [[PXV:PXV_AppSettingsOptions|PXV_AppSettingsOptions]].
  
 
== Parameters ==
 
== Parameters ==
Line 15: 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:IBitSet|IBitSet]] with [[PXV_AppSettingsOptions|application settings options]].
+
| Not used.
 
|-
 
|-
 
| class="op_param_name" | Param2
 
| class="op_param_name" | Param2

Latest revision as of 08:38, 16 December 2016


Overview

The event is fired when the application settings have been changed. The IEvent interface should be cast to the IPXV_AppSettingsEvent interface to read the PXV_AppSettingsOptions.

Parameters

Name Type Description
Param1 PARAM_T Not used.
Param2 PARAM_T Not used.
Handled VARIANT_BOOL Not used.
Result PARAM_T Not used.