ZipProgressEventArgs Class

DotNetZip

Ionic Zip Library v1.9.1.6 ZipProgressEventArgs Class
ReferenceIonic.ZipZipProgressEventArgs
Provides information about the progress of a save, read, or extract operation. This is a base class; you will probably use one of the classes derived from this one.
Declaration Syntax
C# Visual Basic Visual C++
public class ZipProgressEventArgs : EventArgs
Public Class ZipProgressEventArgs _
	Inherits EventArgs
public ref class ZipProgressEventArgs : public EventArgs
Members
All Members Methods Properties



Icon Member Description
ArchiveName
Returns the archive name associated to this event.

BytesTransferred
The number of bytes read or written so far for this entry.

Cancel
In an event handler, set this to cancel the save or extract operation that is in progress.

CurrentEntry
The name of the last entry saved or extracted.

EntriesTotal
The total number of entries to be saved or extracted.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EventType
The type of event being reported.

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalBytesToTransfer
Total number of bytes that will be read or written for this entry. This number will be -1 if the value cannot be determined.

Inheritance Hierarchy

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)