Class PercentDoneEventArgs
EventArgs for storing PercentDone property.
Inheritance
PercentDoneEventArgs
Inherited Members
Namespace: SharpSevenZip.EventArguments
Assembly: SharpSevenZip.dll
Syntax
public class PercentDoneEventArgs : EventArgs
Constructors
| Edit this page View SourcePercentDoneEventArgs(byte)
Initializes a new instance of the PercentDoneEventArgs class.
Declaration
public PercentDoneEventArgs(byte percentDone)
Parameters
Type | Name | Description |
---|---|---|
byte | percentDone | The percent of finished work. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
Properties
| Edit this page View SourcePercentDone
Gets the percent of finished work.
Declaration
public byte PercentDone { get; }
Property Value
Type | Description |
---|---|
byte |