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.

top
CompressedSize
public uint CompressedSize {get; }

The compressed size of the file just zipped.

top
FileName
public string FileName {get; }

The name of the file just zipped.

top
FileSize
public long FileSize {get; }

The uncompressed size of the file just zipped.

top