ZipProgressChangedEventArgs.FilesProcessed Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
FilesProcessed
Gets the number of files that were processed (successfully or skipped).
Declaration
public int FilesProcessed { get; }
Property Value
Type | Description |
---|---|
Int32 | Number of files. |