| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| source | Object | The Source Object from which to generate the Web Summary Page (this may be Nothing). | ||
| eventId | String | The Event Id. | ||
| eventArgs | ISKeyValueList | Other Event Arguments. | ||
| handled | Boolean | ByRef | Indicates whether the event has handled. | |
| returnValues | ISKeyValueList | ByRef | Any Return Values (in addition to the text parameter). | |
| scriptContextData | ISKeyValueList | An Context Data to be passed to the Script. These will be available via ScriptInfo.ContextData and various shortcuts, e.g. ScriptInfo.Target. | ||
| properties | ISKeyValueList | An additional properties to be passed to the Script. These will be available via ScriptInfo.Properties. | ||
| text | String | ByRef | The text generated for the Summary Page or event. | |
| constants | ISKeyValueList | Optional | If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.