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.

top
CompressedSize
CompressedSize As UInteger (ReadOnly)

The compressed size of the file just zipped.

top
FileName
FileName As String (ReadOnly)

The name of the file just zipped.

top
FileSize
FileSize As Int64 (ReadOnly)

The uncompressed size of the file just zipped.

top