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

In This Topic
    detachEvent Method (IHTMLDocument3)
    In This Topic

    detachEvent method of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    Sub detachEvent( _
       ByVal _event As System.String, _
       ByVal pdisp As System.Object _
    ) 
    void detachEvent( 
       System.string _event,
       System.object pdisp
    )

    Parameters

    _event
    pdisp
    Remarks

    An original IDL definition of detachEvent method was the following: HRESULT detachEvent (BSTR event, IDispatch* pdisp);

    See Also