PXV_ActionTriggerSubclass Enumeration
From PDF XChange PDF SDK
Specifies the ...
Syntax
enum PXV_ActionTriggerSubclass { PAESC_Keystroke = 0, PAESC_Validate = 1, PAESC_Focus = 2, PAESC_Blur = 3, PAESC_Format = 4, PAESC_Calculate = 5, PAESC_MouseUp = 6, PAESC_MouseDown = 7, PAESC_MouseEnter = 8, PAESC_MouseExit = 9, PAESC_WillPrint = 10, PAESC_DidPrint = 11, PAESC_WillSave = 12, PAESC_DidSave = 13, PAESC_Init = 14, PAESC_Exec = 15, PAESC_Open = 16, PAESC_WillClose = 17, PAESC_Close = 18, PAESC_InView = 19, PAESC_OutView = 20, PAESC_Last = 21, };
Constants
- PAESC_Keystroke
- The ...
- PAESC_Validate
- The ...
- PAESC_Focus
- The ...
- PAESC_Blur
- The ...
- PAESC_Format
- The ...
- PAESC_Calculate
- The ...
- PAESC_MouseUp
- The ...
- PAESC_MouseDown
- The ...
- PAESC_MouseEnter
- The ...
- PAESC_MouseExit
- The ...
- PAESC_WillPrint
- The ...
- PAESC_DidPrint
- The ...
- PAESC_WillSave
- The ...
- PAESC_DidSave
- The ...
- PAESC_Init
- The ...
- PAESC_Exec
- The ...
- PAESC_Open
- The ...
- PAESC_WillClose
- The ...
- PAESC_Close
- The ...
- PAESC_InView
- The ...
- PAESC_OutView
- The ...
- PAESC_Last
- The ...
See Also
IPXV_Inst::ExecuteJS, IPXV_Inst::ExecuteJSEx, IPXV_Inst::PerformActions, IPXV_ActionHandler::Perform, IPXV_DocActionEvent::TriggerSubclass