[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDocument3.attachEvent

attachEvent Method

attachEvent(string, object)

attachEvent method of IHTMLDocument3 interface.

Declaration
bool attachEvent(string _event, object pdisp)
Parameters
Type Name Description
string _event
object pdisp
Returns
Type Description
bool
Remarks

An original IDL definition of attachEvent method was the following: HRESULT attachEvent (BSTR event, IDispatch* pdisp, [out, retval] VARIANT_BOOL* ReturnValue);