ZipArchive.ProblemDetected Event
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 8.0.9673)
Occurs when a problem is detected in Add, Extract, Delete or GetItems methods, making it possible for the handler to choose a desired action.
Syntax
public event EventHandler<ZipProblemDetectedEventArgs> ProblemDetected
Returns
| Type | Description |
|---|---|
| EventHandler<ZipProblemDetectedEventArgs> |