IHTMLScriptElement::get_eventIHTMLScriptElement::get_event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLScriptElement::put_event
*Next Topic: IHTMLScriptElement::put_text

IHTMLScriptElement::get_event


HRESULT get_event(
    BSTR *p 
);

Retrieves the event for which the script is being written.

p
Address of a variable that receives the event.

See also put_event

Up Top of Page


IHTMLScriptElement::put_event


HRESULT put_event(
    BSTR v 
);

Sets the event for which the script is being written.

v
String specifying the event.

See also get_event


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.