![]() | ![]() | ![]() |
| ||
|
IHTMLEventObj::get_type
HRESULT get_type( BSTR *p );Retrieves the event name as a string.
- Returns S_OK if successful, or an error value otherwise.
- 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".
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.