FileAddedEventArgs VB.NET Reference Documentation
FileAddedEventArgs
Current Version: 9.5.0.72
Provides data for the Chilkat.Zip's OnFileAdded event.
Properties
Abort
Abort As Boolean
Set to True to abort appending files.
topFileName
FileName As String (ReadOnly)
The filename just added to the zip when appending files (such as via the AppendFIles or AppendFilesEx methods)
topFileSize
FileSize As Int64 (ReadOnly)
The size of the file just added via AppendFiles / AppendFilesEx.
top