Visual InterDev
Cancels the registration of an object that was registered by the advise method.
Syntax
object.unadvise(strEvent, id)
Parameters
object
A script object.
strEvent
The event to stop reacting to.
id
The identifier returned from the advise method call.
Remarks
Returns True if successful.
Use the advise method to notify an object of a particular function to call when an event occurs.