Microsoft Scriptlet TechnologyMicrosoft Scriptlet Technology*
*Contents  *Index  *Topic Contents

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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.