IHTMLEventObj5 interface

Extends IHTMLEventObj4 with event properties for HTMLWindowEvents3::onmessage, HTMLDocumentEvents3::onstorage, and HTMLDocumentEvents3::onstoragecommit.

Members

The IHTMLEventObj5 interface inherits from the IDispatch interface. IHTMLEventObj5 also has these types of members:

  • Properties

Properties

The IHTMLEventObj5 interface has these properties.

Property Description

data

Sets or retrieves the body of the HTMLWindowEvents3::onmessage request.

issession

origin

Sets or retrieves the scheme, hostname, and port of the document that fired the HTMLWindowEvents3::onmessage event.

source

Retrieves the source window object of the HTMLWindowEvents3::onmessage event.

url

Sets or retrieves the fully qualified URL of the document that fired the event.

 

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch