Copyright © 2006-2019 MultiMedia Soft

ZipOperationPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during a ZIP operation in order to inform about the total advancement percentage.

The ZIP operation could have been started through a previous call to one between the ZIP.EntryAdd, ZIP.EntryAddFromMemory, ZIP.EntryExtractToFile or ZIP.EntryExtractToMemory methods.

 

For further details about methods for ZIP management refer to the ZipMan class.

For details about using ZIP management refer to the How to manage ZIP files tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event ZipOperationPerc As ZipOperationPercEventHandler


 

[C#]

public event ZipOperationPercEventHandler ZipOperationPerc;


 

[C++]

public: __event ZipOperationPercEventHandler ZipOperationPerc;


 

 

Event Data

 

The event handler receives an argument of type ZipOperationPercEventArgs having the following parameters:

 

Parameters

Description

 

 

nPercentage

Number representing the percentage of advancement of the ZIP operation