ToBeAddedEventArgs VB.NET Reference Documentation
ToBeAddedEventArgs
Current Version: 9.5.0.72
Provides data for the OnToBeAdded event.
Properties
Exclude
Exclude As Boolean
Set to True to prevent the file from being added.
topFileName
FileName As String (ReadOnly)
The name of the file to be added (when adding files via the Zip.AppendFiles and Zip.AppendFilesEx method calls).
topFileSize
FileSize As Int64 (ReadOnly)
The size of the file to be added.
top