windowHDUnregisterHandler Method
This function is used to unregister an event handler for an interview event that was previously registered using the HDAPI.RegisterHandler function.

JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax

JavaScript
function HDUnregisterHandler(eventName, handlerFunc);

Parameters

eventName
Type: string
A string representing the name of an interview event. You should specify the same string you used when registering the event handler.
handlerFunc
Type: function
The JavaScript function that was registered as an event handler, which you would like to unregister.
See Also

Reference