FileZippedEventArgs VB.NET Reference Documentation
FileZippedEventArgs
Current Version: 9.5.0.72
Provides data for the Chilkat.Zip's OnFileZipped event.
Properties
Abort
Abort As Boolean
Set to True to abort the unzip.
topCompressedSize
CompressedSize As UInteger (ReadOnly)
The compressed size of the file just zipped.
topFileName
FileName As String (ReadOnly)
The name of the file just zipped.
topFileSize
FileSize As Int64 (ReadOnly)
The uncompressed size of the file just zipped.
top