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, bool cancelable, string previousUrl, string currentUrl)
Creates a new event and initializes it.
Creates a new event and initializes it.
Initializes the hashchanged event.