Class ProgressEventArgs
The EventArgs class for accurate progress handling.
Inherited Members
Namespace: SharpSevenZip.EventArguments
Assembly: SharpSevenZip.dll
Syntax
public sealed class ProgressEventArgs : PercentDoneEventArgs
Constructors
| Edit this page View SourceProgressEventArgs(byte, byte)
Initializes a new instance of the ProgressEventArgs class.
Declaration
public ProgressEventArgs(byte percentDone, byte percentDelta)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | percentDone | The percent of finished work. |
| byte | percentDelta | The percent of work done after the previous event. |
Properties
| Edit this page View SourcePercentDelta
Gets the change in done work percentage.
Declaration
public byte PercentDelta { get; }
Property Value
| Type | Description |
|---|---|
| byte |