IHTMLEventObj::get_typeIHTMLEventObj::get_type*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLEventObj::get_button
*Next Topic: IHTMLEventObj::get_qualifier

IHTMLEventObj::get_type


HRESULT get_type(
    BSTR *p
);

Retrieves the event name as a string.

p
Address of a string variable that receives the event name.

Events are returned without the "on" prefix. For example, the "onclick" event is returned as "click".


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