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
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 |
|---|---|
|
Gets the key that is updated. | |
|
Gets the new value of the IHTMLStorage::key. | |
|
Gets the previous value of the IHTMLStorage::key. | |
|
Gets the Storage object of the affected document. | |
|
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 |
|
|
IDL |
|
|
DLL |
|
See also
Show: