Skip to main content
Version: 3.5

HashChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the HashChanged event.

public class HashChangedEventArgs : EventArgs

Constructors

Instance memberHashChangedEventArgs(value)

Initializes a new instance of the HashChangedEventArgs class.

NameTypeDescription
valueStringInitial hash value.

Properties

Instance memberHash

String: The hash string from the client.

Used By

NameDescription
HashChangedEventHandlerRepresents the method that will handle the HashChanged event.
LicenseErrorEventHandlerRepresents the method that will handle the LicenseError event.