IPXV_DocActionEvent::Action Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
Line 3: Line 3:
 
{{#customTitle:IPXV_DocActionEvent::Action Property}}
 
{{#customTitle:IPXV_DocActionEvent::Action Property}}
 
{{#parentPage:PXV:IPXV_DocActionEvent#Properties|Action|property}}
 
{{#parentPage:PXV:IPXV_DocActionEvent#Properties|Action|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Action''' of interface [[PXV:IPXV_DocActionEvent|IPXV_DocActionEvent]] returns  Pointer to [[PXV:IPXC_Action|IPXC_Action]] ...
+
Property '''Action''' of interface [[PXV:IPXV_DocActionEvent|IPXV_DocActionEvent]] returns  Pointer to [[PXV:IPXC_Action|IPXC_Action]] containing the action that will be executed.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 05:30, 14 November 2018


Property Action of interface IPXV_DocActionEvent returns Pointer to IPXC_Action containing the action that will be executed.

Syntax

HRESULT get_Action([out, retval]  IPXC_Action**  pAction);

See Also

IPXV_DocActionEvent