C# Class Crisis.Ionic.Zip.SaveProgressEventArgs

Provides information about the progress of a save operation.
Inheritance: ZipProgressEventArgs
Show file Open project: teeknofil/Crisis-Wordlist-Generator Class Usage Examples

Private Methods

Method Description
ByteUpdate ( string archiveName, ZipEntry entry, System.Int64 bytesXferred, System.Int64 totalBytes ) : SaveProgressEventArgs
Completed ( string archiveName ) : SaveProgressEventArgs
SaveProgressEventArgs ( ) : System
SaveProgressEventArgs ( string archiveName, ZipProgressEventType flavor ) : System
SaveProgressEventArgs ( string archiveName, bool before, int entriesTotal, int entriesSaved, ZipEntry entry ) : System

Constructor for the SaveProgressEventArgs.

Started ( string archiveName ) : SaveProgressEventArgs