IPXV_Document::FireFieldChangedEvent Method

From PDF XChange PDF SDK
Revision as of 05:31, 11 April 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Fires event for all event listeners that the field was changed.

Syntax

HRESULT FireFieldChangedEvent([in]  IPXC_FormField*  pField);

Parameters

pField
[in] Pointer to IPXC_FormField containing the changed field.

Return Value

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

See Also

IPXV_Document