FileAddedEventArgs C# Reference Documentation
FileAddedEventArgs
Current Version: 9.5.0.72
Provides data for the Chilkat.Zip's OnFileAdded event.
Properties
Abort
public bool Abort {get; set; }
Set to true to abort appending files.
topFileName
public string FileName {get; }
The filename just added to the zip when appending files (such as via the AppendFIles or AppendFilesEx methods)
topFileSize
public long FileSize {get; }
The size of the file just added via AppendFiles / AppendFilesEx.
top