Click to return to the Component Development home page    
onreadystatechange Event     Welcome to Scriptlet Tech...    
Web Workshop  |  Component Development

onscriptletevent Event


Notifies the scriptlet container object that a custom event has occurred in the scriptlet.

Applies To

Scriptlet container object

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 Defining Custom Events. For information about notifying the host application about standard events, see Handling Standard Events.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.