This topic has not yet been rated - Rate this topic

event property

Sets or retrieves the event for which the script is written.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

Syntax

HRESULT value = object.put_event( v);HRESULT value = object.get_event(* p);

Property values

Type: BSTR

The event. The value for an HTMLFrameSiteEvents::onmouseover event, for example, is "onmouseover()".

Standards information

See also

event

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.