Execute an Object Event type script.

Syntax

finScriptExecutable.ExecuteObjectEvents(returnValue, eventId, eventHandled, source, sourceIndex, contextData1, contextData2, parameters, [scriptContextData])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finScriptExecutable
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0