C# Class ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs

Arguments used with KeysRequiredEvent
Inheritance: System.EventArgs
Afficher le fichier Open project: fanfeilong/exceltk Class Usage Examples

Méthodes publiques

Méthode Description
KeysRequiredEventArgs ( string name ) : System

Initialise a new instance of

KeysRequiredEventArgs ( string name, byte keyValue ) : System

Initialise a new instance of

Method Details

KeysRequiredEventArgs() public méthode

Initialise a new instance of
public KeysRequiredEventArgs ( string name ) : System
name string The name of the file for which keys are required.
Résultat System

KeysRequiredEventArgs() public méthode

Initialise a new instance of
public KeysRequiredEventArgs ( string name, byte keyValue ) : System
name string The name of the file for which keys are required.
keyValue byte The current key value.
Résultat System