Method UnregisterScriptHandler
UnregisterScriptHandler(string)
Unregisters any handler assigned to the specified script.
public bool UnregisterScriptHandler(string scriptName)
Parameters
scriptNamestringThe script name to unregister.
Returns
- bool
True if a handler was removed, false if nothing was removed.