[]
public delegate void ZipProgressEventHandler(object sender, ZipProgressEventArgs e)
| 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 . |
| Name | Description |
|---|---|
| ZipProgressEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ZipProgressEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ZipProgressEventArgs) |