Copyright © 2008-2019 MultiMedia Soft

CallbackZipOperationPerc delegate

Previous pageReturn to chapter overviewNext page

Remarks

 

Callback delegate for notifying the percentage of advancement of a ZIP operation.

 

The usage of this delegate is alternative to the ZipOperationPerc event.

 

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 Delegate Sub CallbackZipOperationPerc (

nPercentage as Int16

)


 

[C#]

public delegate void CallbackZipOperationPerc (

Int16 nPercentage

)


 

[C++]

public delegate void CallbackZipOperationPerc (

Int16 nPercentage

)


 

Parameter

Description

 

 

nPercentage

Number representing the percentage of advancement of the ZIP operation.