Property PostSubmitActions

Namespace TallComponents.PDF.Forms.Fields
Class XfaInfo

Occurs when data is sent to the host via a submit operation, just after the returned data has been marshalled in a connectionData element underneath $datasets but before the returned data is merged back into the Data DOM.A script triggered by this event has the chance to examine and alter the data before it is re-merged.If the script is marked to be run only at the server, the data is sent to the server with an indication that it should run the associated script before returning the resulting data.

Syntax

public  XfaActionCollection  PostSubmitActions  {  get;  }

Property value

XfaActionCollection