scripting:api:dispatch-hub:attach-handler

AttachHandler

Method of IDispatchHub

Attach IDispatch Handler

DispatchHub.AttachHandler(pHandler);

==== Visual Basic Script ====

DispatchHub.AttachHandler pHandler

==== C++ ====

HRESULT hr = DispatchHub.AttachHandler(pHandler);

===== See Also ===== IDispatchHub