HashChangedEvent
Represents a custom event that provides an additional details property.
Gets the URL after the hash changed.
Gets the URL before the hash changed.
public HashChangedEvent()
Creates a new event.
public HashChangedEvent(string type, bool bubbles = false, bool cancelable = false, string oldURL = null, string newURL = null)
Creates a new event and initializes it.
Initializes the hashchanged event.