HashChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the HashChanged event.
- C#
- VB.NET
public delegate void HashChangedEventHandler(Object sender, HashChangedEventArgs e)
Public Delegate Sub HashChangedEventHandler(ByVal sender As [Object], ByVal e As HashChangedEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | HashChangedEventArgs | A HashChangedEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Application.HashChanged | Fired when the hash part of the URL changes on the client side. |