'Declaration Public Function New( _ ByVal zipItemLocalHeader As ZipItemLocalHeader, _ ByVal bytesProcessed As Long, _ ByVal totalBytesCount As Long _ )
'Usage Dim zipItemLocalHeader As ZipItemLocalHeader Dim bytesProcessed As Long Dim totalBytesCount As Long Dim instance As New ZipReaderByteProgressionEventArgs(zipItemLocalHeader, bytesProcessed, totalBytesCount)
public ZipReaderByteProgressionEventArgs( ZipItemLocalHeader zipItemLocalHeader, long bytesProcessed, long totalBytesCount )
Parameters
- zipItemLocalHeader
- A ZipItemLocalHeader object representing the item currently being processed.
- bytesProcessed
- A value representing the numer of items processed so far.
- totalBytesCount
- A value representing the total number of bytes currently processed.