HashChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the HashChanged event.
- C#
- VB.NET
public class HashChangedEventArgs : EventArgs
Public Class HashChangedEventArgs
Inherits EventArgs
Constructors
HashChangedEventArgs(value)
Initializes a new instance of the HashChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| value | String | Initial hash value. |
Properties
Hash
String: The hash string from the client.
Used By
| Name | Description |
|---|---|
| HashChangedEventHandler | Represents the method that will handle the HashChanged event. |
| LicenseErrorEventHandler | Represents the method that will handle the LicenseError event. |