IPXV_DocActionEvent::ActionData Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property ActionData of interface IPXV_DocActionEvent returns Pointer to IUnknown* containing the interface that holds the action list. This should be cast to the needed interface by using the TriggerClass type.

Syntax

HRESULT get_ActionData([out, retval]  IUnknown**  pActionData);

See Also

IPXV_DocActionEvent