IPXV_Document::FireFieldsChangedEvent Method

From PDF XChange PDF SDK
Jump to: navigation, search


Fires event for all event listeners that fields were changed.

Syntax

HRESULT FireFieldsChangedEvent([in]  IPXV_FormFieldsList*  pFields);

Parameters

pFields
[in] Pointer to IPXV_FormFieldsList containing the changed fields list.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Document