[]
        
(Showing Draft Content)

C1.Zip.ZipProgressEventHandler

ZipProgressEventHandler Delegate

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

Namespace: C1.Zip
Assembly: C1.Zip.dll
Syntax
public delegate void ZipProgressEventHandler(object sender, ZipProgressEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the event of a .
ZipProgressEventArgs e Represents the method that will handle the event of a .

Constructors

Name Description
ZipProgressEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ZipProgressEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ZipProgressEventArgs)