PXV_ActionTriggerSubclass Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_ActionTriggerSubclass Enumeration}}
 
{{#customTitle:PXV_ActionTriggerSubclass Enumeration}}
{{#parentPage:PXV:PXV|PXV_ActionTriggerSubclass Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_ActionTriggerSubclass|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 83: Line 83:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXV_Inst_ExecuteJS|IPXV_Inst::ExecuteJS]], [[PXV:IPXV_Inst_ExecuteJSEx|IPXV_Inst::ExecuteJSEx]], [[PXV:IPXV_Inst_PerformActions|IPXV_Inst::PerformActions]], [[PXV:IPXV_ActionHandler_Perform|IPXV_ActionHandler::Perform]], [[PXV:IPXV_DocActionEvent_TriggerSubclass|IPXV_DocActionEvent::TriggerSubclass]]

Latest revision as of 02:41, 1 December 2017


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