FileZippedEventArgs C# Reference Documentation
FileZippedEventArgs
Current Version: 9.5.0.72
Provides data for the Chilkat.Zip's OnFileZipped event.
Properties
Abort
public bool Abort {get; set; }
Set to true to abort the unzip.
topCompressedSize
public uint CompressedSize {get; }
The compressed size of the file just zipped.
topFileName
public string FileName {get; }
The name of the file just zipped.
topFileSize
public long FileSize {get; }
The uncompressed size of the file just zipped.
top