HashChangedEventHandler

Wisej.Web.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

sender

The source of the event.

e

A HashChangedEventArgs that contains the event data.

Fired By

NameDescription

Fired when the hash part of the URL changes on the client side.

Last updated