Initializes an instance of ChangedEventArgs.
Namespace:
Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public ChangedEventArgs( HashAlgorithm targetHashAlgorithm, ChangedEventType type ) |
Visual Basic (Declaration) |
---|
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.