| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| source | Object | |||
| eventId | String | |||
| eventArgs | ISKeyValueList | |||
| handled | Boolean | ByRef | ||
| parameters | Object | Depending on the Event, this will either be an ISKeyValueList or ISParameters object. | ||
| returnValues | ISKeyValueList | ByRef | ||
| text | String | ByRef | ||
| scriptContextData | ISKeyValueList | Optional | If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.