Class OpenEventArgs
EventArgs used to report the size of unpacked archive data
Inherited Members
Namespace: SharpSevenZip.EventArguments
Assembly: SharpSevenZip.dll
Syntax
public sealed class OpenEventArgs : EventArgs
Constructors
| Edit this page View SourceOpenEventArgs(ulong)
Initializes a new instance of the OpenEventArgs class
Declaration
[CLSCompliant(false)]
public OpenEventArgs(ulong totalSize)
Parameters
Type | Name | Description |
---|---|---|
ulong | totalSize | Size of unpacked archive data |
Properties
| Edit this page View SourceTotalSize
Gets the size of unpacked archive data
Declaration
[CLSCompliant(false)]
public ulong TotalSize { get; }
Property Value
Type | Description |
---|---|
ulong |