Home
this is the function that funs the delegate/event if the event has a subscriber

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

Syntax

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

Parameters

maxCount
Int32

[Missing <param name="maxCount"/> documentation for "M:nTools.nZip.OnZipStart(System.Int32)"]

See Also