Home
this is the delegate that points to the event.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public delegate void zipStartHandler(
	int maxCount
)
Public Delegate Sub zipStartHandler ( _
	maxCount As Integer _
)
public delegate void zipStartHandler(
	int maxCount
)

Parameters

maxCount
Int32
maximum size of list

See Also