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

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

Syntax

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

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