Click to return to the Reusing Browser Technology home page    
IHTMLElement2::currentSty...     IHTMLElement2::doScroll M...     IHTMLElement2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLElement2::detachEvent Method


Unbinds the specified object from the event so that the object stops being called whenever the event fires.

Syntax

HRESULT detachEvent(
    BSTR sEvent, 
    IDispatch *pIDisp
);

Parameters

sEvent
String (BSTR) that specifies the name of the event.
pIDisp
Address of an IDispatch interface previously set using the attachEvent method.

Return Value

Returns S_OK if the function was bound successfully, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.