| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| eventId | String | The Id of the Event. | ||
| eventHandled | Boolean | ByRef | Allows the Script to indicate that an Event has been Handled. This is only applicable to certain events. | |
| source | Object | The Object who called the event. | ||
| sourceIndex | Integer | The Index of the Object, if applicable. | ||
| contextData1 | Object | Context-specific Data. | ||
| contextData2 | Object | Context-specific Data. | ||
| parameters | ISKeyValueList | A key/ value collection of additional parameters. | ||
| scriptContextData | ISKeyValueList | Optional | Other Context Data (made available to the Script via the ScriptInfo object). If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.