Namespace: SpawnDev.SpawnJS.JSObjects
Inherits: Event
Source: JSObjects/HashChangeEvent.cs
The HashChangeEvent interface represents events that fire when the fragment identifier of the URL has changed.
| Signature | Description |
|---|---|
HashChangeEvent(SpawnJSObjectReference _ref) |
Deserialization constructor |
| Property | Type | Access | Description |
|---|---|---|---|
NewURL |
string |
get | The new URL to which the window is navigating. |
OldURL |
string |
get | The previous URL from which the window is navigating. |