Event that is fired in a replay scenario supplying the cached Inputs string. The client application interprets the inputs and converts them into meaningful data for use in the execution of logic in the OnExecute event. This event is always followed by the OnExecute event.
Name | Type | Description |
Document | Document | Input Document object that specifies the document in which to make the changes. |
Inputs | String | Input string, cached for playback. |
Context | NameValueMap | Input object that can be used to determine the context of why the event fired. |