this is the function called from within your class when the zipping/extracting/adding takes place. it will then initialize the event.

Namespace:  nTools
Assembly:  nZip (in nZip.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
protected void logStartZip(
	int maxCount
)
Protected Sub logStartZip ( _
	maxCount As Integer _
)
protected:
void logStartZip(
	int maxCount
)

Parameters

maxCount
Int32
maximum size of list of items

See Also