Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DetachHandler ====== Method of [[:scripting:api:dispatch-hub:start|IDispatchHub]] ===== Description ===== Detach IDispatch Handler ===== Parameters ===== * [[scripting:api:data-type:IDispatch|IDispatch]] **pHandler** ===== Syntax ===== ==== JavaScript ==== <code javascript> DispatchHub.DetachHandler(pHandler); </code>==== Visual Basic Script ==== <code vb> DispatchHub.DetachHandler pHandler </code>==== C++ ==== <code cpp> HRESULT hr = DispatchHub.DetachHandler(pHandler); </code>===== See Also ===== [[:scripting:api:dispatch-hub:start|IDispatchHub]] ~~NOTOC~~