Execute an Event in the Document Script.

Syntax

finDocumentRO.ExecuteEvent(returnValue, source, eventId, eventArgs, handled, parameters, returnValues, text, [scriptContextData])

Parameters

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

Return Value

Boolean

A Boolean value indicating success.

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