Skip to main content

ProgressEventArgs(Double) Constructor

Initializes a new instance of the ProgressEventArgs class with the specified progress value.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public ProgressEventArgs(
    double progress
)

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