ZipProgressChangedEventArgs.BytesProcessed Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
BytesProcessed
Gets the total number of bytes that were processed.
Declaration
public long BytesProcessed { get; }
Property Value
Type | Description |
---|---|
Int64 | Number of bytes. |