Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLDocument3 Interface / attachEvent Method

In This Topic
    attachEvent Method (IHTMLDocument3)
    In This Topic

    attachEvent method of IHTMLDocument3 interface.

    Syntax
    '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
    )

    Parameters

    _event
    pdisp
    Remarks

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

    See Also