The delegate that handles the Changed event of the HashAlgorithms property.

Namespace: Classless.Hasher.Methods
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
protected virtual void HashAlgorithmsChanged(
	Object sender,
	ChangedEventArgs e
)
Visual Basic
Protected Overridable Sub HashAlgorithmsChanged ( _
	sender As Object, _
	e As ChangedEventArgs _
)
Visual C++
protected:
virtual void HashAlgorithmsChanged(
	Object^ sender, 
	ChangedEventArgs^ e
)

Parameters

sender
Type: System..::..Object
The HashAlgorithmList object that triggered the event.
e
Type: Classless.Hasher..::..ChangedEventArgs
Data about the event.

Exceptions

ExceptionCondition
System.Security.Cryptography..::..CryptographicExceptionWhen the type of change that triggered this event will invalidate the hash calculation that is in progress.

See Also