Skip to main content
A newer version of this page is available. .

ProgressEventArgs(Double) Constructor

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

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v18.2.dll

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