ProgressEventArgs(Double) Constructor
Initializes a new instance of the ProgressEventArgs class with the specified progress value.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
progress | Double | A Double value that specifies the progress. |
Remarks
The instance of the ProgressEventArgs class is automatically created, initialized and passed to the ZipArchive.Progress event handler.
See Also