Skip to main content
Version: 3.5

HashChangedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the HashChanged event.

public delegate void HashChangedEventHandler(Object sender, HashChangedEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eHashChangedEventArgsA HashChangedEventArgs that contains the event data.

Fired By

NameDescription
Application.HashChangedFired when the hash part of the URL changes on the client side.