Notifies the scriptlet container object that a custom event has occurred in a DHTML scriptlet.
Syntax
ScriptContainer_onscriptletevent( eventName, eventObject )
Parameters
eventName
A string that typically identifies the event that is being passed.
eventObject
A variant type that typically is a reference to an object on the scriptlet.
Note The exact content of both parameters depends on what information was passed in the scriptlet's corresponding raiseEvent method.
Remarks
This event is the complement of the scriptlet's raiseEvent method. For more information, see Exposing Events in DHTML Scriptlets.