Represents the method that will handle the Progress event of a C1ZipFile.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public delegate void ZipProgressEventHandler(
	Object sender,
	ZipProgressEventArgs e
)
Visual Basic
Public Delegate Sub ZipProgressEventHandler ( _
	sender As Object, _
	e As ZipProgressEventArgs _
)

See Also