IDOMStorageEvent interface

Provides properties and methods for DOM storage events.

Members

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

  • Methods
  • Properties

Methods

The IDOMStorageEvent interface has these methods.

Method Description
initStorageEvent

Initializes a new DOM storage event that the IDocumentEvent::createEvent method created.

 

Properties

The IDOMStorageEvent interface has these properties.

Property Description

key

Gets the key that is updated.

newValue

Gets the new value of the IHTMLStorage::key.

oldValue

Gets the previous value of the IHTMLStorage::key.

storageArea

Gets the Storage object of the affected document.

url

Gets the address of the document that the update affects.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch