AttachHandler
Method of IDispatchHub
Description
Attach IDispatch Handler
Parameters
- IDispatch pHandler
Syntax
JavaScript
DispatchHub.AttachHandler(pHandler);
==== Visual Basic Script ====
DispatchHub.AttachHandler pHandler
==== C++ ====
HRESULT hr = DispatchHub.AttachHandler(pHandler);
===== See Also ===== IDispatchHub