[]
attachEvent method of IHTMLDocument3 interface.
bool attachEvent(string _event, object pdisp)
Function attachEvent(_event As String, pdisp As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| string | _event | |
| object | pdisp |
| Type | Description |
|---|---|
| bool |
An original IDL definition of attachEvent method was the following: HRESULT attachEvent (BSTR event, IDispatch* pdisp, [out, retval] VARIANT_BOOL* ReturnValue);