| 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 | |||
| properties | ISKeyValueList | |||
| text | String | ByRef | The text generated for the Summary Page or event. |
A Boolean value indicating success.