====== DetachHandler ====== Method of [[:scripting:api:dispatch-hub:start|IDispatchHub]] ===== Description ===== Detach IDispatch Handler ===== Parameters ===== * [[scripting:api:data-type:IDispatch|IDispatch]] **pHandler** ===== Syntax ===== ==== JavaScript ==== DispatchHub.DetachHandler(pHandler); ==== Visual Basic Script ==== DispatchHub.DetachHandler pHandler ==== C++ ==== HRESULT hr = DispatchHub.DetachHandler(pHandler); ===== See Also ===== [[:scripting:api:dispatch-hub:start|IDispatchHub]] ~~NOTOC~~