attachEvent method of IHTMLDocument3 interface.
attachEvent
IHTMLDocument3
'Declaration Function attachEvent( _ ByVal _event As System.String, _ ByVal pdisp As System.Object _ ) As System.Boolean
System.bool attachEvent( System.string _event, System.object pdisp )
An original IDL definition of attachEvent method was the following: HRESULT attachEvent (BSTR event, IDispatch* pdisp, [out, retval] VARIANT_BOOL* ReturnValue);
HRESULT attachEvent (BSTR event, IDispatch* pdisp, [out, retval] VARIANT_BOOL* ReturnValue)
IHTMLDocument3 Interface IHTMLDocument3 Members