Initializes an instance of ChangedEventArgs.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public ChangedEventArgs( HashAlgorithm targetHashAlgorithm, ChangedEventType type ) |
Visual Basic |
---|
Public Sub New ( _ targetHashAlgorithm As HashAlgorithm, _ type As ChangedEventType _ ) |
Visual C++ |
---|
public: ChangedEventArgs( HashAlgorithm^ targetHashAlgorithm, ChangedEventType type ) |
Parameters
- targetHashAlgorithm
- Type: System.Security.Cryptography..::..HashAlgorithm
The HashAlgorithm that was the target of the change in the List.
- type
- Type: Classless.Hasher..::..ChangedEventType
The type of change that was made.