APGen Documentation Previous Topic: APGScript.ConnectEvents() Next Topic: APGScript.GetLastError() Parent Topic: APGScript Object    APGScript Object
APGScript.DisconnectEvents()
See Also:

The DisconnectEvents() method disconnects script event handling for an object.

Syntax

VBScript:

oAPGScript.DisconnectEvents object

JScript:

oAPGScript.DisconnectEvents( object );

Object

oAPGScript An APGScript object.

Parameters

object Disconnect event handling for this object.

Notes

Provides external access to Script.DisconnectEvents().  See the Script.DisconnectEvents() topic for more information.

APGScript.DisconnectEvents() is used to disconnect script event handling for objects that were connected using APGScript.CreateObject() or APGScript.ConnectEvents().

Applies To

APGScript Object