HTMLDocumentEvents3 interface

This dispinterface extends HTMLDocumentEvents2 to provide events for Web Storage and cross-document messages.

Members

The HTMLDocumentEvents3 interface inherits from the IUnknown interface. HTMLDocumentEvents3 also has these types of members:

  • Events

Events

The HTMLDocumentEvents3 interface has these events.

Event Description
storage

Fires when a Web Storage area is updated.

storagecommit

Fires when a local Web Storage area is written to disk.

 

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

Introduction to Web Storage